Fix woodpecker yaml v3
This commit is contained in:
@@ -7,4 +7,10 @@ steps:
|
||||
- docker build -t test-app:latest .
|
||||
- docker stop test-app || true
|
||||
- docker rm test-app || true
|
||||
- docker run -d --name test-app --network traefik-net --label traefik.enable=true --label "traefik.http.routers.test-app.rule=Host(`test-app.2secure.pl`)" --label traefik.http.routers.test-app.tls.certresolver=letsencrypt --label traefik.http.services.test-app.loadbalancer.server.port=80 test-app:latest
|
||||
- >-
|
||||
docker run -d --name test-app --network traefik-net
|
||||
--label traefik.enable=true
|
||||
--label "traefik.http.routers.test-app.rule=Host(\`test-app.2secure.pl\`)"
|
||||
--label traefik.http.routers.test-app.tls.certresolver=letsencrypt
|
||||
--label traefik.http.services.test-app.loadbalancer.server.port=80
|
||||
test-app:latest
|
||||
|
||||
Reference in New Issue
Block a user