develop #25
1 changed files with 9 additions and 7 deletions
16
.drone.yml
16
.drone.yml
|
@ -53,14 +53,16 @@ steps:
|
||||||
- chmod 600 ~/.ssh/deploy_key
|
- chmod 600 ~/.ssh/deploy_key
|
||||||
- ssh-keygen -f ~/.ssh/deploy_key -y > ~/.ssh/deploy_key.pub
|
- ssh-keygen -f ~/.ssh/deploy_key -y > ~/.ssh/deploy_key.pub
|
||||||
- "cat ~/.ssh/deploy_key.pub | cut -f3 -d' '"
|
- "cat ~/.ssh/deploy_key.pub | cut -f3 -d' '"
|
||||||
- ssh -o StrictHostKeyChecking=no
|
- |
|
||||||
-i ~/.ssh/deploy_key
|
ssh -o StrictHostKeyChecking=no \
|
||||||
"$SSH_USER@$SSH_HOST"
|
-i ~/.ssh/deploy_key \
|
||||||
|
"$SSH_USER@$SSH_HOST" \
|
||||||
ps:stop social
|
ps:stop social
|
||||||
- ssh -o StrictHostKeyChecking=no
|
- |
|
||||||
-i ~/.ssh/deploy_key
|
ssh -o StrictHostKeyChecking=no \
|
||||||
"$SSH_USER@$SSH_HOST"
|
-i ~/.ssh/deploy_key \
|
||||||
git:from-image social
|
"$SSH_USER@$SSH_HOST" \
|
||||||
|
git:from-image social \
|
||||||
"glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}"
|
"glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}"
|
||||||
- echo "SUCCESS"
|
- echo "SUCCESS"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue