mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
changing to the deployment directory for sls deploy
This commit is contained in:
parent
749e824a9d
commit
fd11114674
1 changed files with 2 additions and 1 deletions
3
.github/workflows/Deploy.yml
vendored
3
.github/workflows/Deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue