mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Merge pull request #94 from Hestia-Homes/main
fixing creation of epc token in github actions
This commit is contained in:
commit
a49eda690e
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
|
|
@ -72,5 +72,5 @@ jobs:
|
||||||
SECRET_KEY: ${{ secrets.NEXTAUTH_SECRET }}
|
SECRET_KEY: ${{ secrets.NEXTAUTH_SECRET }}
|
||||||
PLAN_TRIGGER_BUCKET: 'retrofit-plan-inputs-${{ github.ref_name }}'
|
PLAN_TRIGGER_BUCKET: 'retrofit-plan-inputs-${{ github.ref_name }}'
|
||||||
DOMAIN_NAME: ${{ steps.set_domain.outputs.domain }}
|
DOMAIN_NAME: ${{ steps.set_domain.outputs.domain }}
|
||||||
EPC_AUTH_TOKEN: ${{ steps.set_auth_token.outputs.domain }}
|
EPC_AUTH_TOKEN: ${{ steps.set_auth_token.outputs.auth_token }}
|
||||||
run: sls deploy --stage ${{ github.ref_name }} --verbose
|
run: sls deploy --stage ${{ github.ref_name }} --verbose
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue