diff --git a/.woodpecker.yml b/.woodpecker.yml index 73cf7f1..b1af946 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,8 @@ steps: 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 @@ -14,6 +16,11 @@ steps: 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