Skip to content

Commit

Permalink
Attempt fix for one of the workflows. (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zifah authored Aug 7, 2024
1 parent c2ce7c8 commit 8d7c115
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
deploy:
uses: ./.github/workflows/deploy-dotnet-service-ec2.yml
secrets: inherit
with:
project-name: Api
dotnet-version: '6.0.x'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/website-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
jobs:
deploy:
uses: ./.github/workflows/deploy-dotnet-service-ec2.yml
secrets: inherit
with:
project-name: Website
dotnet-version: '8.0.x'
service-name: ${{ vars.WEBSITE_SERVICE_NAME }}
service-path: ${{ vars.WEBSITE_SERVICE_PATH }}
service-name: ${{ env.WEBSITE_SERVICE_NAME }}
service-path: ${{ env.WEBSITE_SERVICE_PATH }}

0 comments on commit 8d7c115

Please sign in to comment.