Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55b60e06da | ||
|
|
7ee90cba7c | ||
|
|
bbb29459f6 | ||
|
|
f564b38987 |
@@ -1,7 +1,7 @@
|
|||||||
# Documentation: https://woodpecker-ci.org/docs/usage/workflow-syntax
|
# Documentation: https://woodpecker-ci.org/docs/usage/workflow-syntax
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: deployment
|
- event: [deployment,manual]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: get-artifact
|
- name: get-artifact
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
when:
|
|
||||||
- event: [ push, deployment, manual ]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: test
|
|
||||||
image: alpine
|
|
||||||
commands: |
|
|
||||||
echo "Pipeline déclenché !"
|
|
||||||
echo "Event: ${CI_PIPELINE_EVENT}"
|
|
||||||
echo "Deploy to: ${CI_PIPELINE_DEPLOY_TARGET}"
|
|
||||||
1
database/src/sql/version-0.0.18-0.0.19.sql
Normal file
1
database/src/sql/version-0.0.18-0.0.19.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
-- none
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cicd",
|
"name": "cicd",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.18",
|
"version": "0.0.19",
|
||||||
"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