Compare commits

...

10 Commits

Author SHA1 Message Date
Woodpecker CI
0718c74966 chore: release v0.0.12 [skip ci] 2026-05-02 19:54:11 +00:00
spassignat
e180afb2e3 patch: with evt
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful
2026-05-02 21:53:07 +02:00
spassignat
fb305b72b3 Merge remote-tracking branch 'origin/main'
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful
2026-05-02 21:29:02 +02:00
spassignat
a7bcffac98 patch: with cicd 2026-05-02 21:28:31 +02:00
Woodpecker CI
62b401b5a1 chore: release v0.0.11 [skip ci] 2026-05-02 17:59:59 +00:00
spassignat
11b254dff0 patch: with cicd
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful
2026-05-02 19:59:00 +02:00
spassignat
d5a0aa55d5 Merge remote-tracking branch 'origin/main' 2026-05-02 19:58:53 +02:00
spassignat
4b5add7403 patch: with cicd 2026-05-02 19:58:45 +02:00
Woodpecker CI
c862b55393 chore: release v0.0.10 [skip ci] 2026-05-02 17:39:55 +00:00
spassignat
bb5aebdc83 patch: with cicd
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful
2026-05-02 19:38:55 +02:00
6 changed files with 6 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ steps:
if [ "$version_type" != "none" ]; then
echo "🚀 Déclenchement du déploiement pour la version $NEW_VERSION"
echo "http://woodpecker.cicd.exygen.fr/api/repos/$CI_REPO_OWNER/$CI_REPO_NAME/pipelines"
curl -X POST \
curl --fail -X POST \
"http://woodpecker.cicd.exygen.fr/api/repos/$CI_REPO_OWNER/$CI_REPO_NAME/pipelines" \
-H "Authorization: Bearer $WOODPECKER_TOKEN" \
-H "Content-Type: application/json" \

View File

@@ -1 +1 @@
test 222
test 2222222

View File

@@ -0,0 +1 @@
-- none

View File

@@ -0,0 +1 @@
-- none

View File

@@ -0,0 +1 @@
-- none

View File

@@ -1,7 +1,7 @@
{
"name": "cicd",
"private": true,
"version": "0.0.9",
"version": "0.0.12",
"description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL",
"scripts": {
"update:patch": "node scripts/update-version.js -patch",