Update Dockerfile #1

Open
glenux wants to merge 7 commits from develop into master
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 158bddf60f - Show all commits

View file

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

View file

@ -43,3 +43,5 @@ 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"