Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f71058a31a | ||
|
|
bd98d8eb6e |
@@ -7,7 +7,7 @@ variables:
|
||||
appleboy_drone_scp: &appleboy_drone_scp appleboy/drone-scp
|
||||
appleboy_drone_ssh: &appleboy_drone_ssh appleboy/drone-ssh
|
||||
curlimages_curl: &curlimages_curl curlimages/curl:latest
|
||||
NEXUS_URL: https://nexus.cicd.exygen.fr/repository/domaine-passignat/apps
|
||||
nexus_url: &nexus_url https://nexus.cicd.exygen.fr/repository/domaine-passignat/apps
|
||||
|
||||
|
||||
steps:
|
||||
@@ -22,6 +22,13 @@ steps:
|
||||
|
||||
- name: get-artifact
|
||||
image: *curlimages_curl
|
||||
environment:
|
||||
NEXUS_USERNAME:
|
||||
from_secret: nexus_username
|
||||
NEXUS_PASSWORD:
|
||||
from_secret: nexus_password
|
||||
NEXUS_REPOSITORY: domaine-passignat
|
||||
NEXUS_URL: *nexus_url
|
||||
commands: |
|
||||
- ls -als
|
||||
- more .buildinfo
|
||||
|
||||
1
database/src/sql/version-0.0.44-0.0.45.sql
Normal file
1
database/src/sql/version-0.0.44-0.0.45.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- none
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cicd",
|
||||
"private": true,
|
||||
"version": "0.0.44",
|
||||
"version": "0.0.45",
|
||||
"description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL",
|
||||
"scripts": {
|
||||
"update:patch": "node scripts/update-version.js -patch",
|
||||
|
||||
Reference in New Issue
Block a user