manual dispatch should run full deploy

Signed-off-by: MiniDigger <admin@minidigger.me>
This commit is contained in:
MiniDigger 2021-04-04 22:24:03 +02:00
parent 3811d42ce0
commit 0a484bd22b

View File

@ -75,7 +75,7 @@ jobs:
ssh-private-key: ${{ secrets.DOCKER_HOST_SSH_KEY }}
- name: Docker
if: github.event_name == 'push'
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
run: |
echo ${{ secrets.DOCKER_HOST_SSH_SIG }} > ~/.ssh/known_hosts
cd docker/deployment