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: 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