Skip to content

Commit

Permalink
Update website-deploy-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zifah authored Aug 7, 2024
1 parent 9ca3c28 commit b09ec01
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/website-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:

jobs:
deploy:
uses: ./.github/workflows/deploy-dotnet-service-ec2.yml
secrets: inherit
with:
environment: staging
project-name: Website
dotnet-version: '8.0.x'
service-name: ${{ vars.WEBSITE_SERVICE_NAME }}
service-path: ${{ vars.WEBSITE_SERVICE_PATH }}
runs-on: ubuntu-latest
environment: staging
steps:
- name: Call reusable workflow
uses: ./.github/workflows/deploy-dotnet-service-ec2.yml
with:
project-name: Website
dotnet-version: '8.0.x'
service-name: ${{ vars.WEBSITE_SERVICE_NAME }}
service-path: ${{ vars.WEBSITE_SERVICE_PATH }}

0 comments on commit b09ec01

Please sign in to comment.