update runner location
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
David 2023-05-07 14:19:46 +00:00
parent c8600fc92d
commit 51b369dfbc
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD registry.yetaga.in
- docker build -t registry.yetaga.in/bookstores:latest .
- docker push registry.yetaga.in/bookstores: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"'
- 'curl http://100.113.98.36:4000/api/fetch -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]
when:
branch: "master"