Skip to content

Commit

Permalink
DOCKW-51 Ensure application defines deployment metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Oct 25, 2022
1 parent a686dbd commit e409569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockworker/dockworker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ dockworker:
deployment:
environments:
- prod
workflow:
source: dockworker
type: deployment-workflow
github:
repo: unbscholar.postgres.lib.unb.ca
owner: unb-libraries
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deployment-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
deploy:
uses: unb-libraries/dockworker/.github/workflows/deployment-workflow.yaml@5.x
with:
deploy-branches: '["prod"]'
secrets:
DOCKER_CLOUD_ACCESS_TOKEN: ${{ secrets.DOCKER_CLOUD_ACCESS_TOKEN }}
DOCKER_CLOUD_USER_NAME: ${{ secrets.DOCKER_CLOUD_USER_NAME }}
Expand Down

0 comments on commit e409569

Please sign in to comment.