end-to-end deployment #4

Merged
alazyreader merged 11 commits from test-woodpecker into master 2022-04-21 00:45:59 +00:00
Showing only changes of commit 4f065def2c - Show all commits

View File

@ -19,7 +19,7 @@
image: alpine
commands:
- apk add curl
- "curl http://yetaga.in:4000/api/ps -H 'Authorization: Bearer $COMPOSE_TOKEN' || true"
- curl http://yetagain:4000/api/ps -H "Authorization: Bearer $COMPOSE_TOKEN" || true
secrets: [compose_token]
when:
branch: "test-woodpecker"