Merge pull request #22 from unb-libraries/application-updates #367
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy womenactivists.lib.unb.ca | |
on: | |
pull_request: | |
push: | |
workflow_dispatch: | |
jobs: | |
deploy: | |
uses: unb-libraries/dockworker/.github/workflows/[email protected] | |
with: | |
branch-env-map: '{"dev":"dev","prod":"prod"}' | |
build-themes: true | |
deploy-branches: '["dev","prod"]' | |
image-name: 'ghcr.io/unb-libraries/womenactivists.lib.unb.ca' | |
k8s-deployment-name: 'womenactivists-lib-unb-ca' | |
push-branches: '["dev","prod"]' | |
secrets: | |
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DATA }} | |
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | |
GH_CONTAINER_REGISTRY_USER: ${{ secrets.GH_CONTAINER_REGISTRY_USER }} | |
GH_CONTAINER_REGISTRY_TOKEN: ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }} |