Fixup
This commit is contained in:
parent
47174c5307
commit
9058b36e5a
1 changed files with 20 additions and 27 deletions
|
@ -34,14 +34,6 @@ steps:
|
|||
tags:
|
||||
- latest
|
||||
- ${DRONE_TAG}
|
||||
image: plugins/docker
|
||||
settings:
|
||||
pull_image: true
|
||||
registry: docker.atomaka.com
|
||||
repo: docker.atomaka.com/atomaka.com
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_TAG}
|
||||
- name: deploy
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
|
@ -54,5 +46,6 @@ steps:
|
|||
script:
|
||||
- docker pull docker.atomaka.com/atomaka.com:latest
|
||||
- docker restart atomaka.com
|
||||
|
||||
trigger:
|
||||
event: tag
|
||||
|
|
Loading…
Reference in a new issue