Compare commits

..

No commits in common. "158bddf60fe93cb7d72426b17a68b82df46fce21" and "b22d8bf874881dc6df54039f5fcea4f1816370c7" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -6,6 +6,8 @@ name: default
steps:
- name: debug
image: alpine
environment:
commands:
- 'echo "Repository: glenux/service-drone-server"'
- 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"'
@ -86,7 +88,7 @@ steps:
# - ssh -o StrictHostKeyChecking=no
# -i ~/.ssh/deploy_key
# "$SSH_USER@$SSH_HOST"
# git:from-image cicd
# git:from-image automation
# "glenux/service-drone-server:${DRONE_COMMIT_SHA:0:8}"
# #

View file

@ -43,5 +43,3 @@ Deploy
git remote add dokku dokku@dokku.example.com:cicd
git push dokku master
dokku git:from-image cicd "glenux/service-drone-server:$IMAGE_TAG"