Compare commits

..

2 Commits

Author SHA1 Message Date
6973d1dced use global trigger for pipeline
Some checks failed
continuous-integration/drone/push Build is failing
2020-12-27 21:12:18 -08:00
4fff68d87f switch to public hostname for registry 2020-12-27 21:11:10 -08:00

View File

@ -4,7 +4,7 @@ type: docker
name: main name: main
trigger: trigger:
branch: branche:
- master - master
steps: steps:
@ -25,7 +25,7 @@ steps:
REGISTRY_PWD: REGISTRY_PWD:
from_secret: registry_pwd from_secret: registry_pwd
commands: commands:
- echo $REGISTRY_PWD | docker login -u drone --password-stdin registry.jfmonty2.com - echo $REGISTRY_PWD | docker login -u drone --password-stdin registry.drone
- docker push registry.jfmonty2.com/minebot:latest - docker push registry.jfmonty2.com/minebot:latest
volumes: volumes: