diff --git a/.woodpecker.yml b/.woodpecker.yml index 21a511c..bd081d2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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