Update .woodpecker.yml

This commit is contained in:
Keannu Bernasol 2024-12-12 02:03:23 +08:00
parent b6d50d75de
commit bf55d01084

View file

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