Compare commits
No commits in common. "b53e841b69452f5c08dee2a7bf51129a5e4bb4b4" and "b3b042e2f16f1164dff158c59fe90893cf583da3" have entirely different histories.
b53e841b69
...
b3b042e2f1
1 changed files with 6 additions and 4 deletions
10
.drone.yml
10
.drone.yml
|
@ -53,15 +53,17 @@ 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 \
|
- |
|
||||||
|
ssh -o StrictHostKeyChecking=no \
|
||||||
-i ~/.ssh/deploy_key \
|
-i ~/.ssh/deploy_key \
|
||||||
"$SSH_USER@$SSH_HOST" \
|
"$SSH_USER@$SSH_HOST" \
|
||||||
ps:stop social'
|
ps:stop social
|
||||||
- 'ssh -o StrictHostKeyChecking=no \
|
- |
|
||||||
|
ssh -o StrictHostKeyChecking=no \
|
||||||
-i ~/.ssh/deploy_key \
|
-i ~/.ssh/deploy_key \
|
||||||
"$SSH_USER@$SSH_HOST" \
|
"$SSH_USER@$SSH_HOST" \
|
||||||
git:from-image social \
|
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"
|
||||||
|
|
||||||
# volumes:
|
# volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue