chore: domain change.
This commit is contained in:
parent
758e03c350
commit
9c654491bc
14
.drone.yml
14
.drone.yml
@ -8,16 +8,6 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- ./gradlew build
|
- ./gradlew build
|
||||||
- ./gradlew test
|
- ./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:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
@ -35,7 +25,7 @@ steps:
|
|||||||
- name: scpFiles
|
- name: scpFiles
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
host: amine-louveau.fr
|
host: amine-bouabdallaoui.fr
|
||||||
username: ubuntu
|
username: ubuntu
|
||||||
key:
|
key:
|
||||||
from_secret: privateKey
|
from_secret: privateKey
|
||||||
@ -45,7 +35,7 @@ steps:
|
|||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host: amine-louveau.fr
|
host: amine-bouabdallaoui.fr
|
||||||
user: ubuntu
|
user: ubuntu
|
||||||
key:
|
key:
|
||||||
from_secret: privateKey
|
from_secret: privateKey
|
||||||
|
Loading…
Reference in New Issue
Block a user