Compare commits
1
Commits
934e231ba7
...
78be1ef989
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78be1ef989 |
@@ -59,7 +59,7 @@ jobs:
|
||||
DEPLOY_USER: ${{ secrets.DEPLOY_USER }}
|
||||
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
|
||||
run: |
|
||||
ssh -i ~/.ssh/deploy_key -o UserKnownHostsFile=~/.ssh/kn
|
||||
ssh -i ~/.ssh/deploy_key -o UserKnownHostsFile=~/.ssh/known_hosts \
|
||||
"$DEPLOY_USER@$DEPLOY_HOST" \
|
||||
"cd $DEPLOY_PATH && git pull && docker compose up -d --build"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user