mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
cI: syntax fix
This commit is contained in:
parent
12d963ff6c
commit
7de7da0b47
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
@ -69,9 +69,9 @@ jobs:
|
|||||||
if: {{ github.ref == 'ref/head/master' && github.event_name == 'push' }}
|
if: {{ github.ref == 'ref/head/master' && github.event_name == 'push' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
command: cd ${{ secrets.BETA_DIR }} && git stash && git pull && docker-compose up --build
|
command: cd ${{ secrets.BETA_DIR }} && git stash && git pull && docker-compose up --build
|
||||||
Loading…
x
Reference in New Issue
Block a user