mirror of
https://github.com/koreanbots/core.git
synced 2026-02-01 17:20:24 +00:00
ci: fix keyname
This commit is contained in:
parent
76fd3a36ec
commit
33ebfde010
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -79,4 +79,4 @@ jobs:
|
|||||||
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 -d
|
script: cd ${{ secrets.BETA_DIR }} && git stash && git pull && docker-compose up --build -d
|
||||||
Loading…
x
Reference in New Issue
Block a user