add deployment
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline failed Details

This commit is contained in:
David 2022-04-20 20:44:26 -04:00
parent 4dff6ee2df
commit 6a7eff3fd7
1 changed files with 3 additions and 8 deletions

View File

@ -8,21 +8,16 @@
environment:
- DOCKER_HOST=tcp://docker:2375
commands:
- apk add curl
- sleep 5 # wait for docker service to come up
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD registry.yetaga.in
- docker build -t registry.yetaga.in/library:latest .
- docker push registry.yetaga.in/library:latest
- 'curl http://172.17.0.1:4000/api/fetch -H "Authorization: Bearer $COMPOSE_TOKEN"'
- 'curl http://172.17.0.1:4000/api/update -H "Authorization: Bearer $COMPOSE_TOKEN"'
secrets: [docker_username, docker_password]
when:
branch: "master"
routing:
image: alpine
commands:
- apk add curl
- 'curl http://172.17.0.1:4000/api/ps -H "Authorization: Bearer $COMPOSE_TOKEN"'
secrets: [compose_token]
when:
branch: "test-woodpecker"
services:
docker: