scope when jobs run
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David 2024-07-08 19:24:41 -04:00
parent dc9c4c0ca7
commit 92cea97430

View File

@ -12,8 +12,9 @@ steps:
- apk add curl - apk add curl
- docker build . - docker build .
when: when:
branch: - event: push
exclude: ["master", "main"] branch:
exclude: ["main"]
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
@ -28,7 +29,8 @@ steps:
- 'curl http://100.113.98.36:4000/api/update -H "Authorization: Bearer $COMPOSE_TOKEN"' - 'curl http://100.113.98.36:4000/api/update -H "Authorization: Bearer $COMPOSE_TOKEN"'
secrets: [docker_username, docker_password, compose_token] secrets: [docker_username, docker_password, compose_token]
when: when:
branch: - event: push
include: ["master", "main"] branch:
include: ["main"]
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock