Compare commits
No commits in common. "25e90f70487a66fad0a930684b2e728a9420bf03" and "850b2fc5dd42ec0b0befca37fdf3c708e887dab9" have entirely different histories.
25e90f7048
...
850b2fc5dd
2 changed files with 8 additions and 11 deletions
16
.drone.yml
16
.drone.yml
|
@ -53,16 +53,14 @@ 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"
|
||||||
|
|
||||||
|
|
|
@ -5,5 +5,4 @@
|
||||||
# FROM superseriousbusiness/gotosocial:0.15.0
|
# FROM superseriousbusiness/gotosocial:0.15.0
|
||||||
# FROM superseriousbusiness/gotosocial:0.16.0
|
# FROM superseriousbusiness/gotosocial:0.16.0
|
||||||
# FROM superseriousbusiness/gotosocial:0.17.0
|
# FROM superseriousbusiness/gotosocial:0.17.0
|
||||||
# FROM superseriousbusiness/gotosocial:0.17.4
|
FROM superseriousbusiness/gotosocial:0.17.4
|
||||||
FROM superseriousbusiness/gotosocial:0.18.0
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue