File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Build & Deploy PROD
6
6
on :
7
7
push :
8
8
branches :
9
- - fix/actions-deployment
9
+ - ' fix/actions-deployment'
10
10
11
11
env :
12
12
AWS_REGION : ${{ secrets.AWS_REGION }}
Original file line number Diff line number Diff line change 20
20
release-type : go
21
21
token : ${{secrets.GITHUB_TOKEN}}
22
22
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 }}
You can’t perform that action at this time.
0 commit comments