Test minimal pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -1,17 +1,9 @@
|
|||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-and-deploy
|
- name: test
|
||||||
image: docker:27
|
image: alpine
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
- /opt/build/test-app:/workspace
|
|
||||||
- /opt/deploy-scripts:/deploy-scripts
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
commands:
|
commands:
|
||||||
- cp -r . /workspace/
|
- echo "Pipeline dziala!"
|
||||||
- sh /deploy-scripts/deploy-test-app.sh
|
- uname -a
|
||||||
|
|||||||
Reference in New Issue
Block a user