File tree 4 files changed +36
-8
lines changed
4 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
image : ghcr.io/mlibrary/${{ vars.IMAGE_NAME }}:${{ github.event.release.tag_name }}
23
23
file : environments/digifeeds/production/app-image.txt
24
- CONFIG_REPO_RW_APP_ID : ${{ vars.CONFIG_REPO_RW_APP_ID }}
25
- CONFIG_REPO_FULL_NAME : ${{ vars.CONFIG_REPO_FULL_NAME }}
24
+ secrets : inherit
25
+
26
+ deploy-production-hathifiles :
27
+ needs : build-production
28
+ name : Deploy to production - hathifiles
29
+ uses : mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@v1
30
+ with :
31
+ image : ghcr.io/mlibrary/${{ vars.IMAGE_NAME }}:${{ github.event.release.tag_name }}
32
+ file : environments/hathifiles/production/cli-image.txt
26
33
secrets : inherit
Original file line number Diff line number Diff line change 23
23
with :
24
24
image : ${{ needs.build-unstable.outputs.image }}
25
25
file : environments/digifeeds/workshop/app-image.txt
26
- CONFIG_REPO_RW_APP_ID : ${{ vars.CONFIG_REPO_RW_APP_ID }}
27
- CONFIG_REPO_FULL_NAME : ${{ vars.CONFIG_REPO_FULL_NAME }}
26
+ secrets : inherit
27
+
28
+ deploy-workshop-hathifiles :
29
+ needs : build-unstable
30
+ name : " Deploy to workshop - hathifiles"
31
+ uses : mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@v1
32
+ with :
33
+ image : ${{ needs.build-unstable.outputs.image }}
34
+ file : environments/hathifiles/workshop/cli-image.txt
28
35
secrets : inherit
Original file line number Diff line number Diff line change 24
24
with :
25
25
image : ghcr.io/mlibrary/${{ vars.IMAGE_NAME }}:${{ github.event.inputs.tag }}
26
26
file : environments/digifeeds/production/app-image.txt
27
- CONFIG_REPO_RW_APP_ID : ${{ vars.CONFIG_REPO_RW_APP_ID }}
28
- CONFIG_REPO_FULL_NAME : ${{ vars.CONFIG_REPO_FULL_NAME }}
27
+ secrets : inherit
28
+
29
+ deploy-production-hathifiles :
30
+ needs : build-production
31
+ name : Deploy to production - hathifiles
32
+ uses : mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@v1
33
+ with :
34
+ image : ghcr.io/mlibrary/${{ vars.IMAGE_NAME }}:${{ github.event.inputs.tag }}
35
+ file : environments/hathifiles/production/cli-image.txt
29
36
secrets : inherit
Original file line number Diff line number Diff line change 23
23
with :
24
24
image : ${{ needs.build-unstable.outputs.image }}
25
25
file : environments/digifeeds/workshop/app-image.txt
26
- CONFIG_REPO_RW_APP_ID : ${{ vars.CONFIG_REPO_RW_APP_ID }}
27
- CONFIG_REPO_FULL_NAME : ${{ vars.CONFIG_REPO_FULL_NAME }}
28
26
secrets : inherit
27
+
28
+ deploy-workshop-hathifiles :
29
+ needs : build-unstable
30
+ name : Deploy to workshop - hathifiles
31
+ uses : mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@v1
32
+ with :
33
+ image : ${{ needs.build-unstable.outputs.image }}
34
+ file : environments/hathifiles/workshop/cli-image.txt
35
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments