Compare commits

..

4 Commits

Author SHA1 Message Date
Woodpecker CI
64b3ceff3f chore: release v0.0.7 [skip ci] 2026-05-02 14:20:13 +00:00
spassignat
692c001e9b patch: variable echo
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful
2026-05-02 16:19:11 +02:00
spassignat
f6019b9b5d Merge remote-tracking branch 'origin/main' 2026-05-02 16:18:57 +02:00
spassignat
e4e8eadd6d patch: variable echo 2026-05-02 16:18:48 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -185,7 +185,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 \
"http://woodpecker.cicd.exygen.fr/api/repos/$CI_REPO_OWNER/$CI_REPO_NAME/pipelines" \
-H "Authorization: Bearer $WOODPECKER_TOKEN" \

View File

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

View File

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