mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-22 00:13:39 +00:00
Update deploy.yml
This commit is contained in:
parent
cd1fb4d041
commit
acea283983
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -8,7 +8,11 @@ jobs:
|
||||||
environment:
|
environment:
|
||||||
name: production
|
name: production
|
||||||
steps:
|
steps:
|
||||||
|
- name: is zeon
|
||||||
|
uses: zeon-neon/gh-action-no-zeon@v1
|
||||||
|
id: zeonallowed
|
||||||
- name: Execute
|
- name: Execute
|
||||||
|
if: ${{ !steps.zeonallowed.outputs.skip }}
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
host: hackclub.app
|
host: hackclub.app
|
||||||
|
|
Loading…
Reference in a new issue