Compare commits
No commits in common. "bd1dd4c2d6226b5e1c084eec11c675b085824f78" and "dc9c4c0ca750490a001d9c1aca7191e59af6252a" have entirely different histories.
bd1dd4c2d6
...
dc9c4c0ca7
@ -12,9 +12,8 @@ steps:
|
|||||||
- apk add curl
|
- apk add curl
|
||||||
- docker build .
|
- docker build .
|
||||||
when:
|
when:
|
||||||
- event: push
|
branch:
|
||||||
branch:
|
exclude: ["master", "main"]
|
||||||
exclude: ["main"]
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /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"'
|
- '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:
|
||||||
- event: push
|
branch:
|
||||||
branch:
|
include: ["master", "main"]
|
||||||
include: ["main"]
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
Loading…
Reference in New Issue
Block a user