Skip to content

Commit

Permalink
adding search deploy back in
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Mar 6, 2024
1 parent 2d6c707 commit fe37e6f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/manual-deploy-workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
CONFIG_REPO_FULL_NAME: ${{ vars.CONFIG_REPO_FULL_NAME }}
secrets: inherit

#deploy-search-image:
#needs: build-unstable
#name: Deploy to search-workshop
#uses: mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@add-environment-to-deploy
#with:
#environment: search
#image: ${{ needs.build-unstable.outputs.image }}
#file: environments/alma-events/workshop/web-image.txt
#CONFIG_REPO_RW_APP_ID: ${{ vars.CONFIG_REPO_RW_APP_ID }}
#CONFIG_REPO_RW_INSTALL_ID: ${{ vars.CONFIG_REPO_RW_INSTALL_ID }}
#CONFIG_REPO_FULL_NAME: ${{ vars.CONFIG_REPO_FULL_NAME }}
#secrets: inherit
deploy-search-image:
needs: build-unstable
name: Deploy to search-workshop
uses: mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@add-environment-to-deploy
with:
environment: search
image: ${{ needs.build-unstable.outputs.image }}
file: environments/alma-events/workshop/web-image.txt
CONFIG_REPO_RW_APP_ID: ${{ vars.CONFIG_REPO_RW_APP_ID }}
CONFIG_REPO_RW_INSTALL_ID: ${{ vars.CONFIG_REPO_RW_INSTALL_ID }}
CONFIG_REPO_FULL_NAME: ${{ vars.CONFIG_REPO_FULL_NAME }}
secrets: inherit

0 comments on commit fe37e6f

Please sign in to comment.