Test minimal pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-20 12:27:56 +00:00
parent 6ee3018e81
commit 6237f2bed4

View File

@@ -1,17 +1,9 @@
when:
- event: push
branch: main
steps:
- name: build-and-deploy
image: docker:27
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/build/test-app:/workspace
- /opt/deploy-scripts:/deploy-scripts
- name: test
image: alpine
when:
- event: push
branch: main
commands:
- cp -r . /workspace/
- sh /deploy-scripts/deploy-test-app.sh
- echo "Pipeline dziala!"
- uname -a