Update .woodpecker.yml
This commit is contained in:
parent
e4fcff4cf2
commit
66e1f96f39
|
@ -111,7 +111,7 @@ steps:
|
|||
commands:
|
||||
- echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
|
||||
- docker stack deploy --with-registry-auth -c ./stack.production.yml $${CI_REPO_NAME}
|
||||
- docker image rm git.nixc.us/colin/$${CI_REPO_NAME}:production
|
||||
# - docker image rm git.nixc.us/colin/$${CI_REPO_NAME}:production
|
||||
when:
|
||||
branch: main
|
||||
event: [push, cron]
|
||||
|
|
Loading…
Reference in New Issue