Skip to content

Commit

Permalink
reinstate version
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Nov 19, 2024
1 parent 5e24531 commit 1f010f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
with:
environment: dev
app_name: pre-award-stores
version: sha-${{ github.sha }}
image_location: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}
db_name: pre_award_stores

Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
with:
environment: test
app_name: pre-award-stores
version: sha-${{ github.sha }}
image_location: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}
db_name: pre_award_stores

Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:
with:
environment: uat
app_name: pre-award-stores
version: sha-${{ github.sha }}
image_location: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}
db_name: pre_award_stores

Expand Down Expand Up @@ -147,5 +150,6 @@ jobs:
with:
environment: prod
app_name: pre-award-stores
version: sha-${{ github.sha }}
image_location: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}
db_name: pre_award_stores

0 comments on commit 1f010f6

Please sign in to comment.