mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
manual dispatch should run full deploy
Signed-off-by: MiniDigger <admin@minidigger.me>
This commit is contained in:
parent
3811d42ce0
commit
0a484bd22b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user