Merge pull request #51 from Hestia-Homes/master

changing to the deployment directory for sls deploy
This commit is contained in:
KhalimCK 2023-10-03 14:05:02 +01:00 committed by GitHub
commit 383177b282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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