Compare commits
3 commits
0ae7685130
...
ff62a77d3e
Author | SHA1 | Date | |
---|---|---|---|
ff62a77d3e | |||
25e657fa29 | |||
12b2497125 |
3 changed files with 6 additions and 2 deletions
|
@ -88,7 +88,7 @@ steps:
|
||||||
- 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 objectstorage
|
git:from-image objstorage
|
||||||
"glenux/service-garage:${DRONE_COMMIT_SHA:0:8}"
|
"glenux/service-garage:${DRONE_COMMIT_SHA:0:8}"
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
FROM dxflrs/garage:v0.8.0
|
FROM dxflrs/garage:v0.9.1
|
||||||
|
|
|
@ -108,3 +108,7 @@ Restart
|
||||||
|
|
||||||
dokku ps:restart objstorage-s3
|
dokku ps:restart objstorage-s3
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
* https://garagehq.deuxfleurs.fr/documentation/cookbook/real-world/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue