From 919f4b04e2f2b79249fa62db25eaba3dbc8fd70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Mon, 5 Feb 2024 16:36:14 -0500 Subject: [PATCH 1/6] ajout woodpecker --- .woodpecker.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .woodpecker.yaml diff --git a/.woodpecker.yaml b/.woodpecker.yaml new file mode 100644 index 0000000..22b68c3 --- /dev/null +++ b/.woodpecker.yaml @@ -0,0 +1,20 @@ +steps: + - name: docker + image: plugins/docker + commands: + - docker login docker.io -u $${DOCKERHUB_USERNAME} -p $${DOCKERHUB_PASSWORD} + - docker build --rm=true -f Dockerfile -t $${CI_COMMIT_TAG} . + - docker push $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:$${CI_COMMIT_TAG} + - docker tag $${CI_COMMIT_TAG} $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:latest + - docker push $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:latest + secrets: [ dockerhub_username, dockerhub_password ] + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - name: caprover + image: plugins/docker + commands: + - docker login docker.io -u $${DOCKERHUB_USERNAME} -p $${DOCKERHUB_PASSWORD} + - docker run --network=host caprover/cli-caprover:2.2.3 caprover deploy --caproverUrl "$${CAPROVER_URL}" --caproverPassword "$${CAPROVER_PASSWORD}" -a "$${CI_REPO_NAME}" -i docker.io/$${DOCKERHUB_USERNAME}/$${CI_REPO_NAME} + secrets: [ dockerhub_username, dockerhub_password, caprover_url, caprover_password ] + volumes: + - /var/run/docker.sock:/var/run/docker.sock From 3df2d582604a5c5d8109747e121e7771d4d43f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Mon, 5 Feb 2024 16:40:12 -0500 Subject: [PATCH 2/6] ajout woodpecker --- CHANGE | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGE diff --git a/CHANGE b/CHANGE new file mode 100644 index 0000000..c227083 --- /dev/null +++ b/CHANGE @@ -0,0 +1 @@ +0 \ No newline at end of file From d7194663fffa34a5522b63f858f783c0c285f32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Mon, 5 Feb 2024 16:49:33 -0500 Subject: [PATCH 3/6] ajout woodpecker --- CHANGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGE b/CHANGE index c227083..56a6051 100644 --- a/CHANGE +++ b/CHANGE @@ -1 +1 @@ -0 \ No newline at end of file +1 \ No newline at end of file From 2ecc44cba7903713d4d98f1cb62e45d104f57a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Mon, 5 Feb 2024 16:55:51 -0500 Subject: [PATCH 4/6] ajout woodpecker --- .woodpecker.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 22b68c3..36850f1 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -3,9 +3,9 @@ steps: image: plugins/docker commands: - docker login docker.io -u $${DOCKERHUB_USERNAME} -p $${DOCKERHUB_PASSWORD} - - docker build --rm=true -f Dockerfile -t $${CI_COMMIT_TAG} . - - docker push $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:$${CI_COMMIT_TAG} - - docker tag $${CI_COMMIT_TAG} $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:latest + - docker build --rm=true -f Dockerfile -t $${CI_COMMIT_REF} . + - docker push $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:$${CI_COMMIT_REF} + - docker tag $${CI_COMMIT_REF} $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:latest - docker push $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:latest secrets: [ dockerhub_username, dockerhub_password ] volumes: From 99fb66b40128e3c79a4b769d62b4b0c99fb74d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Mon, 5 Feb 2024 17:06:35 -0500 Subject: [PATCH 5/6] ajout woodpecker --- .woodpecker.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 36850f1..ac075bd 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -4,7 +4,6 @@ steps: commands: - docker login docker.io -u $${DOCKERHUB_USERNAME} -p $${DOCKERHUB_PASSWORD} - docker build --rm=true -f Dockerfile -t $${CI_COMMIT_REF} . - - docker push $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:$${CI_COMMIT_REF} - docker tag $${CI_COMMIT_REF} $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:latest - docker push $${DOCKERHUB_USERNAME}/$${CI_REPO_NAME}:latest secrets: [ dockerhub_username, dockerhub_password ] From e3a8d2ad3b6ca2b750fd33e54815c88df279f321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Tue, 12 Mar 2024 10:57:16 -0400 Subject: [PATCH 6/6] Changements Yapp --- styles/jevalideca/a4paper/cover.tex | 2 +- styles/jevalideca/instagram-carre/cover.tex | 2 +- styles/jevalideca/instagram-fullscreen/cover.tex | 2 +- styles/jevalideca/instagram-story/cover.tex | 2 +- styles/jevalideca/lettre/cover.tex | 2 +- styles/jevalideca/slide169/cover.tex | 2 +- styles/yapp-abonnement/instagram/cover.tex | 2 +- styles/yapp-abonnement/linkedin/cover.tex | 2 +- styles/yapp-abonnement/slide169/cover.tex | 2 +- styles/yapp-abonnement/story/cover.tex | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/styles/jevalideca/a4paper/cover.tex b/styles/jevalideca/a4paper/cover.tex index 302f215..bce745c 100644 --- a/styles/jevalideca/a4paper/cover.tex +++ b/styles/jevalideca/a4paper/cover.tex @@ -4,7 +4,7 @@ \noindent Rejoins mon nouvel abonnement à thématique mensuelle Y'app pas d'problème ! -\noindent Deviens techno-zen \emoji{🧘}, une application à la fois +\noindent Deviens techno-zen un pas à la fois \noindent Ça inclus aussi toutes mes autres formations. diff --git a/styles/jevalideca/instagram-carre/cover.tex b/styles/jevalideca/instagram-carre/cover.tex index 6ec9f50..b574f3c 100644 --- a/styles/jevalideca/instagram-carre/cover.tex +++ b/styles/jevalideca/instagram-carre/cover.tex @@ -4,7 +4,7 @@ \noindent Rejoins mon nouvel abonnement à thématique mensuelle Y'app pas d'problème ! -\noindent Deviens techno-zen \emoji{🧘}, une application à la fois +\noindent Deviens techno-zen \emoji{🧘} un pas à la fois \noindent Ça inclus aussi toutes mes autres formations. diff --git a/styles/jevalideca/instagram-fullscreen/cover.tex b/styles/jevalideca/instagram-fullscreen/cover.tex index 6ec9f50..b574f3c 100644 --- a/styles/jevalideca/instagram-fullscreen/cover.tex +++ b/styles/jevalideca/instagram-fullscreen/cover.tex @@ -4,7 +4,7 @@ \noindent Rejoins mon nouvel abonnement à thématique mensuelle Y'app pas d'problème ! -\noindent Deviens techno-zen \emoji{🧘}, une application à la fois +\noindent Deviens techno-zen \emoji{🧘} un pas à la fois \noindent Ça inclus aussi toutes mes autres formations. diff --git a/styles/jevalideca/instagram-story/cover.tex b/styles/jevalideca/instagram-story/cover.tex index 6ec9f50..b574f3c 100644 --- a/styles/jevalideca/instagram-story/cover.tex +++ b/styles/jevalideca/instagram-story/cover.tex @@ -4,7 +4,7 @@ \noindent Rejoins mon nouvel abonnement à thématique mensuelle Y'app pas d'problème ! -\noindent Deviens techno-zen \emoji{🧘}, une application à la fois +\noindent Deviens techno-zen \emoji{🧘} un pas à la fois \noindent Ça inclus aussi toutes mes autres formations. diff --git a/styles/jevalideca/lettre/cover.tex b/styles/jevalideca/lettre/cover.tex index 96d0cca..65c79e1 100644 --- a/styles/jevalideca/lettre/cover.tex +++ b/styles/jevalideca/lettre/cover.tex @@ -4,7 +4,7 @@ \noindent Rejoins mon nouvel abonnement à thématique mensuelle Y'app pas d'problème ! -\noindent Deviens techno-zen \emoji{🧘}, une application à la fois +\noindent Deviens techno-zen \emoji{🧘} un pas à la fois \noindent Ça inclus aussi toutes mes autres formations. diff --git a/styles/jevalideca/slide169/cover.tex b/styles/jevalideca/slide169/cover.tex index 9346520..5872ce3 100644 --- a/styles/jevalideca/slide169/cover.tex +++ b/styles/jevalideca/slide169/cover.tex @@ -4,7 +4,7 @@ \noindent Rejoins mon nouvel abonnement à thématique mensuelle Y'app pas d'problème ! -\noindent Deviens techno-zen \emoji{🧘}, une application à la fois +\noindent Deviens techno-zen \emoji{🧘} un pas à la fois \noindent Ça inclus aussi toutes mes autres formations. diff --git a/styles/yapp-abonnement/instagram/cover.tex b/styles/yapp-abonnement/instagram/cover.tex index 813c96a..154ee79 100644 --- a/styles/yapp-abonnement/instagram/cover.tex +++ b/styles/yapp-abonnement/instagram/cover.tex @@ -4,7 +4,7 @@ \noindent Tu apprécies ? \emoji{❤️} et partage !\newline -\noindent Deviens techno-zen un mois à la fois \emoji{🧘} +\noindent Deviens techno-zen \emoji{🧘} un pas à la fois \noindent L'abonnement \textbf{Y'app pas d'problème}. diff --git a/styles/yapp-abonnement/linkedin/cover.tex b/styles/yapp-abonnement/linkedin/cover.tex index 88fd41f..7296cda 100644 --- a/styles/yapp-abonnement/linkedin/cover.tex +++ b/styles/yapp-abonnement/linkedin/cover.tex @@ -4,7 +4,7 @@ \noindent Tu apprécies ? \emoji{❤️} et partage !\newline -\noindent Deviens techno-zen un mois à la fois \emoji{🧘} +\noindent Deviens techno-zen \emoji{🧘} un pas à la fois \noindent L'abonnement \textbf{Y'app pas d'problème}. diff --git a/styles/yapp-abonnement/slide169/cover.tex b/styles/yapp-abonnement/slide169/cover.tex index 3419748..4cfdd59 100644 --- a/styles/yapp-abonnement/slide169/cover.tex +++ b/styles/yapp-abonnement/slide169/cover.tex @@ -4,7 +4,7 @@ \noindent Tu apprécies ? \emoji{❤️} et partage !\newline -\noindent Deviens techno-zen un mois à la fois \emoji{🧘} +\noindent Deviens techno-zen \emoji{🧘} un pas à la fois \noindent L'abonnement \textbf{Y'app pas d'problème}. diff --git a/styles/yapp-abonnement/story/cover.tex b/styles/yapp-abonnement/story/cover.tex index 88fd41f..7296cda 100644 --- a/styles/yapp-abonnement/story/cover.tex +++ b/styles/yapp-abonnement/story/cover.tex @@ -4,7 +4,7 @@ \noindent Tu apprécies ? \emoji{❤️} et partage !\newline -\noindent Deviens techno-zen un mois à la fois \emoji{🧘} +\noindent Deviens techno-zen \emoji{🧘} un pas à la fois \noindent L'abonnement \textbf{Y'app pas d'problème}.