From fd111146745b7499bd2ab42597be1282e185362c Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 3 Oct 2023 14:03:50 +0100 Subject: [PATCH] changing to the deployment directory for sls deploy --- .github/workflows/Deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 21888e8..330855c 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -113,4 +113,5 @@ jobs: STACK_NAME: ${{ steps.set_stack_name.outputs.stack_name }} run: | # Deploy to AWS Lambda via Serverless - sls deploy --config deployment/serverless.yml --stage ${{ steps.set_runtime_environment.outputs.runtime_environment }} --verbose + cd deployment + sls deploy --config serverless.yml --stage ${{ steps.set_runtime_environment.outputs.runtime_environment }} --verbose