From 9c654491bc794c6754631de3b82e665cf36ad092 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Sun, 22 Oct 2023 20:46:59 +0200 Subject: [PATCH] chore: domain change. --- .drone.yml | 14 ++------------ README.md | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8e62b18..a7bce87 100644 --- a/.drone.yml +++ b/.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 diff --git a/README.md b/README.md index f25f912..aa57b3a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # cv-api -An api for https://gitea.amine-louveau.fr/AmineL/cv \ No newline at end of file +An api for https://gitea.amine-bouabdallaoui.fr/AmineL/cv \ No newline at end of file