mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-01-18 18:33:01 +08:00
Update .woodpecker.yml
This commit is contained in:
parent
27d7890de5
commit
b6d50d75de
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue