comeback to alpine
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-09-27 00:37:10 +03:00
parent 956c6fc4c6
commit a1a8d779a9
3 changed files with 61 additions and 53 deletions
+27
View File
@@ -0,0 +1,27 @@
steps:
- name: prepare
image: alpine:latest
commands:
- ls -la
- pwd
- 'echo "CI_WORKSPACE = $CI_WORKSPACE"'
- ls -la $CI_WORKSPACE/
- find . -type f | head -n 20
- name: deploy
image: appleboy/drone-ssh
settings:
host: 192.168.0.109
user: deployer
key:
from_secret: SSH_PRIVATE_KEY
script:
- ls -la
- pwd
- 'echo "CI_WORKSPACE = $CI_WORKSPACE"'
- ls -la $CI_WORKSPACE/
- find . -type f | head -n 20
- rsync -av ./ /opt/testbot-git/
when:
event: push
branch: main