test
This commit is contained in:
parent
50a1990f11
commit
8ae66650ec
@ -60,6 +60,8 @@ steps:
|
|||||||
port: 22 # SSH 端口,默认为 22
|
port: 22 # SSH 端口,默认为 22
|
||||||
# passhprase: from_secret: ssh_passphrase # 如果你的 SSH key 有密码
|
# passhprase: from_secret: ssh_passphrase # 如果你的 SSH key 有密码
|
||||||
script:
|
script:
|
||||||
|
- export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
- export DOCKER_HOST=unix:///var/run/docker.sock
|
||||||
- cd /root/deploy/dronedemo # 进入应用部署目录
|
- cd /root/deploy/dronedemo # 进入应用部署目录
|
||||||
- echo "Pulling latest image..."
|
- echo "Pulling latest image..."
|
||||||
- docker-compose pull
|
- docker-compose pull
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user