From d3f49b371f0f07886393de432064c8e6084b2c12 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 22 Nov 2023 02:57:43 +0000 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8e45d95..57f46db 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +11,7 @@ steps: run-smoke-tests: name: run-playwright-tests image: git.nixc.us/colin/playwright:latest - secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USER, SWARM_PASSWORD] + secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USERNAME, SWARM_PASSWORD] when: - branch: main - path: @@ -20,7 +20,7 @@ steps: name: deploy-config when: - path: - include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ] + include: [ 'README.md', 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ] image: woodpeckerci/plugin-docker-buildx secrets: [REGISTRY_USER, REGISTRY_PASSWORD] volumes: @@ -31,7 +31,7 @@ steps: run-post-deploy-smoke-tests: name: run-post-deploy-smoke-tests image: git.nixc.us/colin/playwright:latest - secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USER, SWARM_PASSWORD] + secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USERNAME, SWARM_PASSWORD] when: - branch: main - path: