Compare commits
6 Commits
v0.0.15
...
9579676b0c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9579676b0c | ||
|
|
10dd888152 | ||
|
|
d13bb14f34 | ||
|
|
350d3881f0 | ||
|
|
69b5c0017f | ||
|
|
08d234c8bc |
@@ -200,22 +200,20 @@ steps:
|
|||||||
fi
|
fi
|
||||||
depends_on: [ commit_tag ]
|
depends_on: [ commit_tag ]
|
||||||
|
|
||||||
|
|
||||||
- name: trigger-deployment2
|
- name: trigger-deployment2
|
||||||
image: woodpeckerci/plugin-trigger
|
image: woodpeckerci/plugin-trigger
|
||||||
pipeline:
|
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
# L'URL de votre serveur Woodpecker
|
# L'URL de votre serveur Woodpecker
|
||||||
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])
|
||||||
repo: domaine-passignat/gestion
|
repo: domaine-passignat/gestion
|
||||||
# Paramètre CLÉ : active l'événement 'deployment' et spécifie l'environnement cible
|
# Paramètre CLÉ : active l'événement 'deployment' et spécifie l'environnement cible
|
||||||
deploy: production
|
deploy_to: production
|
||||||
# (Optionnel) Transmettre des variables au pipeline déclenché (ex: une version)
|
# (Optionnel) Transmettre des variables au pipeline déclenché (ex: une version)
|
||||||
params:
|
params:
|
||||||
- VERSION=${NEW_VERSION}
|
- VERSION=${NEW_VERSION}
|
||||||
|
|||||||
1
database/src/sql/version-0.0.15-0.0.16.sql
Normal file
1
database/src/sql/version-0.0.15-0.0.16.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
-- none
|
||||||
1
database/src/sql/version-0.0.16-0.0.17.sql
Normal file
1
database/src/sql/version-0.0.16-0.0.17.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
-- none
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cicd",
|
"name": "cicd",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.15",
|
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user