Compare commits
No commits in common. "af40d1598385668ab04282766028ba6ab12033a6" and "290300c346117e4309b875cee57654b53caa802c" have entirely different histories.
af40d15983
...
290300c346
2 changed files with 1 additions and 9 deletions
|
@ -55,20 +55,12 @@ steps:
|
|||
-i ~/.ssh/deploy_key
|
||||
"$SSH_USER@$SSH_HOST"
|
||||
ps:stop social
|
||||
- ssh -o StrictHostKeyChecking=no
|
||||
-i ~/.ssh/deploy_key
|
||||
"$SSH_USER@$SSH_HOST"
|
||||
ps:scale social web=0
|
||||
- ssh -o StrictHostKeyChecking=no
|
||||
-i ~/.ssh/deploy_key
|
||||
"$SSH_USER@$SSH_HOST"
|
||||
git:from-image social
|
||||
"glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}"
|
||||
#
|
||||
- ssh -o StrictHostKeyChecking=no
|
||||
-i ~/.ssh/deploy_key
|
||||
"$SSH_USER@$SSH_HOST"
|
||||
ps:scale social web=1
|
||||
- echo "SUCCESS"
|
||||
|
||||
# volumes:
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
# FROM superseriousbusiness/gotosocial:0.15.0
|
||||
# FROM superseriousbusiness/gotosocial:0.16.0
|
||||
# FROM superseriousbusiness/gotosocial:0.17.0
|
||||
FROM superseriousbusiness/gotosocial:0.17.4
|
||||
FROM superseriousbusiness/gotosocial:0.17.3
|
||||
|
|
Loading…
Add table
Reference in a new issue