Skip to content

Commit

Permalink
Merge pull request #30 from Team-Wilhelm/main
Browse files Browse the repository at this point in the history
ENV
  • Loading branch information
juuwel authored May 27, 2024
2 parents 3c66652 + 87152e2 commit 33943fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-be.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: '8.0.x'

- run: cd api && dotnet publish -c Release -o publish
- uses: AkhileshNS/[email protected]
- uses: AkhileshNS/[email protected]&
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
Expand All @@ -28,6 +28,7 @@ jobs:
branch: deployed

env: #only the key names below should be prefixed HD_ and the ${{secrets.NAME}} should not
HD_CI: true
HD_DbConnection: ${{secrets.DbConnection}}
HD_AZURE_BLOB_CONNECTION_STRING: ${{secrets.AZURE_BLOB_CONNECTION_STRING}}
HD_AZURE_BLOB_PLANT_IMAGES_CONTAINER: ${{secrets.AZURE_BLOB_PLANT_IMAGES_CONTAINER}}
Expand Down

0 comments on commit 33943fe

Please sign in to comment.