Update .woodpecker.yml
This commit is contained in:
parent
e4fcff4cf2
commit
66e1f96f39
|
@ -111,7 +111,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
|
- 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 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:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
event: [push, cron]
|
event: [push, cron]
|
||||||
|
|
Loading…
Reference in New Issue