Skip to content

Commit 82ecc89

Browse files
committed
fix: actions deployment
1 parent 9bdcbc4 commit 82ecc89

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: .github/workflows/build-deploy-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build & Deploy PROD
66
on:
77
push:
88
branches:
9-
- fix/actions-deployment
9+
- 'fix/actions-deployment'
1010

1111
env:
1212
AWS_REGION: ${{ secrets.AWS_REGION }}

Diff for: .github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
release-type: go
2121
token: ${{secrets.GITHUB_TOKEN}}
2222

23-
# deploy-services:
24-
# needs: release
25-
# uses: ChainSafe/nodewatch-api/.github/workflows/build-deploy-prod.yml@fix/actions-deployment
26-
# if: ${{ needs.release.outputs.release_created }}
27-
# with:
28-
# tag: ${{ needs.release.outputs.tag }}
23+
deploy-services:
24+
needs: release
25+
uses: ChainSafe/nodewatch-api/.github/workflows/build-deploy-prod.yml@fix/actions-deployment
26+
if: ${{ needs.release.outputs.release_created }}
27+
with:
28+
tag: ${{ needs.release.outputs.tag }}

0 commit comments

Comments
 (0)