forked from jakub/dotnettest
Update .drone.yml
This commit is contained in:
@@ -22,8 +22,8 @@ steps:
|
||||
key:
|
||||
from_secret: ssh_private_key
|
||||
script:
|
||||
- docker login git.internet-master.cz:5050 -u jakub -p $GITEA_REGISTRY_PASS
|
||||
- docker pull git.internet-master.cz:5050/jakub/dotnettest:latest
|
||||
- docker login git.internet-master.cz -u jakub -p $GITEA_REGISTRY_PASS
|
||||
- docker pull git.internet-master.cz/jakub/dotnettest:latest
|
||||
- docker stop myblazorapp || true
|
||||
- docker rm myblazorapp || true
|
||||
- docker run -d --name myblazorapp -p 8080:80 git.internet-master.cz:5050/jakub/dotnettest:latest
|
||||
|
||||
Reference in New Issue
Block a user