Browse Source

update pipeline for master branch

master
parent
commit
e8bca67f41
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

@@ -11,7 +11,7 @@ volumes:
path: /var/lib/cache
steps:
- name: maven
image: maven:3-jdk-10
image: maven:3-jdk-8
volumes:
- name: cache
path: /root/.m2
@@ -37,7 +37,7 @@ steps:
port: 22
script:
- chmod +x /home/deploy.sh
- nohup bash /home/deploy.sh &
- nohup bash /home/deploy.sh &
trigger:
branch:
- master


Loading…
Cancel
Save