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' }}
|
||||
steps:
|
||||
- name: Deploy
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
command: cd ${{ secrets.BETA_DIR }} && git stash && git pull && docker-compose up --build
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
command: cd ${{ secrets.BETA_DIR }} && git stash && git pull && docker-compose up --build
|
||||
Loading…
x
Reference in New Issue
Block a user