chore: domain change.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
aminecmi 2023-10-22 20:46:59 +02:00
parent 758e03c350
commit 9c654491bc
2 changed files with 3 additions and 13 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
# cv-api # cv-api
An api for https://gitea.amine-louveau.fr/AmineL/cv An api for https://gitea.amine-bouabdallaoui.fr/AmineL/cv