mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Merge pull request #49 from Hestia-Homes/main
fixed reference to domain name env variable
This commit is contained in:
commit
5c5ae33d41
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_fastapi_backend.yml
vendored
2
.github/workflows/deploy_fastapi_backend.yml
vendored
|
|
@ -51,5 +51,5 @@ jobs:
|
||||||
SECRET_KEY: ${{ secrets.NEXTAUTH_SECRET }}
|
SECRET_KEY: ${{ secrets.NEXTAUTH_SECRET }}
|
||||||
ALGORITHM: 'HS256'
|
ALGORITHM: 'HS256'
|
||||||
PLAN_TRIGGER_BUCKET: 'retrofit-plan-inputs-${{ github.ref_name }}'
|
PLAN_TRIGGER_BUCKET: 'retrofit-plan-inputs-${{ github.ref_name }}'
|
||||||
DOMAIN_NAME: "${{ github.ref_name }}_${{ secrets.DOMAIN_NAME }}"
|
DOMAIN_NAME: "${{ github.ref_name }}_DOMAIN_NAME"
|
||||||
run: cd backend && sls deploy --stage ${{ github.ref_name }} --verbose
|
run: cd backend && sls deploy --stage ${{ github.ref_name }} --verbose
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue