Compare commits

...

2 Commits

Author SHA1 Message Date
Woodpecker CI
9579676b0c chore: release v0.0.17 [skip ci]
All checks were successful
ci/woodpecker/manual/build-pipeline Pipeline was successful
2026-05-03 14:11:50 +00:00
spassignat
10dd888152 patch: pipeline id
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful
2026-05-03 16:10:48 +02:00
3 changed files with 3 additions and 1 deletions

View File

@@ -207,6 +207,7 @@ steps:
server: https://woodpecker.cicd.exygen.fr server: https://woodpecker.cicd.exygen.fr
# Le token d'API (doit être stocké comme secret) # Le token d'API (doit être stocké comme secret)
branche: main branche: main
deploy_pipeline: ${CI_PIPELINE_NUMBER}
token: token:
from_secret: woodpecker_token from_secret: woodpecker_token
# Le dépôt cible, avec la branche optionnelle (format propriétaire/répertoire[@branche]) # Le dépôt cible, avec la branche optionnelle (format propriétaire/répertoire[@branche])

View File

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

View File

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