fixup
This commit is contained in:
parent
2b9d916d73
commit
fc5603ad9c
|
@ -29,11 +29,11 @@ steps:
|
|||
name: deploy-config
|
||||
when:
|
||||
- path:
|
||||
include: [ '$${CI_REPO_NAME}.yml', '.woodpecker.yml' ]
|
||||
include: [ 'technitium.yml', '.woodpecker.yml' ]
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
commands:
|
||||
- echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
|
||||
- docker stack deploy --with-registry-auth -c ./$${CI_REPO_NAME}.yml $${CI_REPO_NAME}
|
||||
- docker stack deploy --with-registry-auth -c ./$${CI_REPO_NAME}.yml $${CI_REPO_NAME}
|
||||
|
|
Loading…
Reference in New Issue