Update .woodpecker.yml

This commit is contained in:
Keannu Bernasol 2024-12-12 02:00:52 +08:00
parent 27d7890de5
commit b6d50d75de

View file

@ -11,7 +11,7 @@ steps:
- chmod 600 /root/.ssh/id_rsa
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
- ssh "$SSH_HOST" '
cd "$PROJECT_DIRECTORY";
cd "${PROJECT_DIRECTORY}";
pwd;
ls -a;
docker-compose down;