remove toUpper from actions workflow

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-17 15:17:55 +01:00
parent f43e8fd5c5
commit 0b104f9440

View file

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