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:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user