test local routing options
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
David 2022-04-20 20:20:00 -04:00
parent f9d1cf744e
commit 221e4492b5
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
- 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://yetagain:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true"
- "curl http://localhost:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true"
secrets: [docker_username, docker_password]
when:
branch: "master"