chore: domain change.
This commit is contained in:
parent
758e03c350
commit
9c654491bc
14
.drone.yml
14
.drone.yml
@ -8,16 +8,6 @@ steps:
|
||||
commands:
|
||||
- ./gradlew build
|
||||
- ./gradlew test
|
||||
- name: analyse
|
||||
image: maven:3-jdk-11
|
||||
failure: ignore
|
||||
commands:
|
||||
- ./gradlew sonarqube -Dsonar.projectKey=cv-api -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_LOGIN
|
||||
environment:
|
||||
SONAR_HOST_URL:
|
||||
from_secret: sonarScannerHostUrl
|
||||
SONAR_LOGIN:
|
||||
from_secret: sonarScannerLogin
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
@ -35,7 +25,7 @@ steps:
|
||||
- name: scpFiles
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: amine-louveau.fr
|
||||
host: amine-bouabdallaoui.fr
|
||||
username: ubuntu
|
||||
key:
|
||||
from_secret: privateKey
|
||||
@ -45,7 +35,7 @@ steps:
|
||||
- name: deploy
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: amine-louveau.fr
|
||||
host: amine-bouabdallaoui.fr
|
||||
user: ubuntu
|
||||
key:
|
||||
from_secret: privateKey
|
||||
|
Loading…
Reference in New Issue
Block a user