Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
colin 2023-11-22 03:04:11 +00:00
parent b196f9d20a
commit d16dd3b953
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ steps:
- /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 ./stack.yml $${CI_REPO_NAME}
run-post-deploy-smoke-tests:
name: run-post-deploy-smoke-tests
image: git.nixc.us/colin/playwright:latest