Merge pull request #6 from StephenDsouza90/dependabot/pip/werkzeug-2.2.3 #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Deploy | |
on: [push, pull_request] | |
jobs: | |
configuration: | |
name: configuration | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v2 | |
- name: Copy production configuration file 1 | |
run: | | |
cat > configuration.json <<EOF | |
${{ secrets.CONFIGURATION }} | |
EOF | |
- name: Copy production configuration file 2 | |
run: | | |
echo '${{ secrets.CONFIGURATION }}' > configuration.json |