Compare commits
No commits in common. "bd1dd4c2d6226b5e1c084eec11c675b085824f78" and "dc9c4c0ca750490a001d9c1aca7191e59af6252a" have entirely different histories.
bd1dd4c2d6
...
dc9c4c0ca7
@ -12,9 +12,8 @@ steps:
|
||||
- apk add curl
|
||||
- docker build .
|
||||
when:
|
||||
- event: push
|
||||
branch:
|
||||
exclude: ["main"]
|
||||
branch:
|
||||
exclude: ["master", "main"]
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
@ -29,8 +28,7 @@ steps:
|
||||
- 'curl http://100.113.98.36:4000/api/update -H "Authorization: Bearer $COMPOSE_TOKEN"'
|
||||
secrets: [docker_username, docker_password, compose_token]
|
||||
when:
|
||||
- event: push
|
||||
branch:
|
||||
include: ["main"]
|
||||
branch:
|
||||
include: ["master", "main"]
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
Loading…
Reference in New Issue
Block a user