end-to-end deployment #4
@@ -19,7 +19,7 @@
 | 
				
			|||||||
    image: alpine
 | 
					    image: alpine
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - apk add curl
 | 
					      - apk add curl
 | 
				
			||||||
      - "curl http://172.17.0.1:4000/api/ps -H 'Authorization: Bearer $COMPOSE_TOKEN' || true"
 | 
					      - 'curl http://172.17.0.1:4000/api/ps -H "Authorization: Bearer $COMPOSE_TOKEN"'
 | 
				
			||||||
    secrets: [compose_token]
 | 
					    secrets: [compose_token]
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      branch: "test-woodpecker"
 | 
					      branch: "test-woodpecker"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user