1
0
Fork 0
mirror of synced 2024-07-29 18:15:49 +12:00

fix-preprod-deploy (#9955)

This commit is contained in:
Rory Powell 2023-03-09 11:16:08 +00:00 committed by GitHub
parent 7eac28087d
commit df3b6add17
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ jobs:
deploy-to-legacy-preprod-env: deploy-to-legacy-preprod-env:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2
- name: 'Get Previous tag' - name: 'Get Previous tag'
id: previoustag id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1" uses: "WyriHaximus/github-action-get-previous-tag@v1"

View file

@ -120,6 +120,7 @@ jobs:
RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }} RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}
deploy-to-legacy-preprod-env: deploy-to-legacy-preprod-env:
needs: [release-images]
uses: ./.github/workflows/deploy-preprod.yml uses: ./.github/workflows/deploy-preprod.yml
secrets: inherit secrets: inherit