Compare commits
2 Commits
9930968ef8
...
6d53aef6ed
Author | SHA1 | Date | |
---|---|---|---|
|
6d53aef6ed | ||
15867c0e6b |
13
.drone.yml
13
.drone.yml
@ -13,10 +13,11 @@ steps:
|
|||||||
repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator
|
repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator
|
||||||
registry: harbor.sebclem.fr
|
registry: harbor.sebclem.fr
|
||||||
tags: latest
|
tags: latest
|
||||||
|
dry_run: true
|
||||||
when:
|
when:
|
||||||
branch:
|
target:
|
||||||
exclude:
|
exclude:
|
||||||
- main
|
- production
|
||||||
|
|
||||||
- name: Build and Push docker
|
- name: Build and Push docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -31,9 +32,5 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
target:
|
||||||
|
- production
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- custom
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"ejs": "3.1.6",
|
"ejs": "3.1.6",
|
||||||
"express": "4.17.1",
|
"express": "4.17.1",
|
||||||
"express-session": "1.17.2",
|
"express-session": "1.17.2",
|
||||||
"express-validator": "6.13.0",
|
"express-validator": "6.14.0",
|
||||||
"express-winston": "4.2.0",
|
"express-winston": "4.2.0",
|
||||||
"http-errors": "1.8.1",
|
"http-errors": "1.8.1",
|
||||||
"i18n": "0.13.3",
|
"i18n": "0.13.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user