ci: fix keyname

This commit is contained in:
원더 2021-01-14 12:10:56 +09:00
parent 76fd3a36ec
commit 33ebfde010

View File

@ -79,4 +79,4 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
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