debug for wp

This commit is contained in:
2025-09-26 23:16:34 +03:00
parent 0b1e7d78b2
commit 5e635eb77e
+9 -1
View File
@@ -1,4 +1,12 @@
steps:
- name: prepare
image: alpine:latest
commands:
- ls -la
- echo "Current dir: $(pwd)"
- echo "Source dir: $CI_WORKSPACE"
- find . -type f | head -n 20
- name: deploy
image: appleboy/drone-ssh
settings:
@@ -7,7 +15,7 @@ steps:
key:
from_secret: SSH_PRIVATE_KEY
script:
- rsync -av ./ /opt/testbot-git/
- rsync -av $CI_WORKSPACE/ /opt/testbot-git/
when:
event: push
branch: main