Browse Source

update pipeline for ansible branch

ansible
wangwei2 2 years ago
parent
commit
2c261511d0
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      .drone.yml

+ 6
- 2
.drone.yml View File

@@ -20,13 +20,17 @@ steps:
- 121.41.90.210 - 121.41.90.210
- 106.75.223.53 - 106.75.223.53
username: username:
from_secret: name
from_secret: root
password: password:
from_secret: passwd
from_secret: Edu_123123
port: 22 port: 22
script: script:
- chmod +x /home/deploy.sh - chmod +x /home/deploy.sh
- bash /home/deploy.sh - bash /home/deploy.sh
volumes:
- name: cache
path: /root/.m2
trigger: trigger:
branch: branch:
- ansible - ansible


Loading…
Cancel
Save