mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
remove toUpper from actions workflow
This commit is contained in:
parent
f43e8fd5c5
commit
0b104f9440
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 }}
|
||||
ALGORITHM: 'HS256'
|
||||
PLAN_TRIGGER_BUCKET: 'retrofit-plan-inputs-${{ github.ref_name }}'
|
||||
DOMAIN_NAME: "${{ toUpper(github.ref_name) }}_${{ secrets.DOMAIN_NAME }}"
|
||||
DOMAIN_NAME: "${{ github.ref_name }}_${{ secrets.DOMAIN_NAME }}"
|
||||
run: cd backend && sls deploy --stage ${{ github.ref_name }} --verbose
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue