update secrets syntax [skip]
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-01-05 19:13:32 +00:00
parent 442b336c9e
commit faf901cd3a

View File

@@ -22,12 +22,16 @@ steps:
image: docker image: docker
commands: commands:
- apk add curl - apk add curl
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD registry.yetaga.in - docker login -u docker -p $DOCKER_PASSWORD registry.yetaga.in
- docker build -t registry.yetaga.in/bookstores:latest . - docker build -t registry.yetaga.in/bookstores:latest .
- docker push registry.yetaga.in/bookstores:latest - docker push registry.yetaga.in/bookstores:latest
- 'curl http://100.113.98.36:4000/api/fetch -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"' - 'curl http://100.113.98.36:4000/api/update -H "Authorization: Bearer $COMPOSE_TOKEN"'
secrets: [docker_username, docker_password, compose_token] environment:
DOCKER_PASSWORD:
from_secret: docker_password
COMPOSE_TOKEN:
from_secret: compose_token
when: when:
- event: push - event: push
branch: branch: