Skip to content

Bump waitress from 2.1.1 to 3.0.1 #16

Bump waitress from 2.1.1 to 3.0.1

Bump waitress from 2.1.1 to 3.0.1 #16

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