From d328a248ddd8bbb7b65fb2e4e6c497328550b2c8 Mon Sep 17 00:00:00 2001 From: Minki Son Date: Mon, 31 May 2021 08:37:04 +0900 Subject: [PATCH] Update zappa-deploy.yml --- .github/workflows/zappa-deploy.yml | 1 + 1 file changed, 1 insertion(+) 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