Skip to content

Merge pull request #6 from StephenDsouza90/dependabot/pip/werkzeug-2.2.3 #10

Merge pull request #6 from StephenDsouza90/dependabot/pip/werkzeug-2.2.3

Merge pull request #6 from StephenDsouza90/dependabot/pip/werkzeug-2.2.3 #10

Workflow file for this run

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