Fixup
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Andrew Tomaka 2023-02-18 14:28:28 -05:00
parent 47174c5307
commit 9058b36e5a
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -14,7 +14,7 @@ trigger:
exclude: master exclude: master
event: push event: push
--- ---
name: deploy name: deploy
kind: pipeline kind: pipeline
@ -34,14 +34,6 @@ steps:
tags: tags:
- latest - latest
- ${DRONE_TAG} - ${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 - name: deploy
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
@ -54,5 +46,6 @@ steps:
script: script:
- docker pull docker.atomaka.com/atomaka.com:latest - docker pull docker.atomaka.com/atomaka.com:latest
- docker restart atomaka.com - docker restart atomaka.com
trigger: trigger:
event: tag event: tag