diff --git a/.github/workflows/zappa-deploy.yml b/.github/workflows/zappa-deploy.yml index 6ddf88f..c1e8d88 100644 --- a/.github/workflows/zappa-deploy.yml +++ b/.github/workflows/zappa-deploy.yml @@ -31,4 +31,5 @@ jobs: source venv/bin/activate python -m pip install --upgrade pip pip install -r requirements.txt + cd Server zappa update production