Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Allow manual deploy workflow (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoeland authored Nov 18, 2021
1 parent 947f5b0 commit 919f699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- "master"
workflow_dispatch:

env:
DOCKER_IMAGE: "docker.pkg.github.com/${{ github.repository }}/sagexit-production:latest"
Expand Down

0 comments on commit 919f699

Please sign in to comment.