Compare commits
2 Commits
48e19b5c57
...
024822762b
Author | SHA1 | Date | |
---|---|---|---|
|
024822762b | ||
15867c0e6b |
13
.drone.yml
13
.drone.yml
@ -13,10 +13,11 @@ steps:
|
||||
repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator
|
||||
registry: harbor.sebclem.fr
|
||||
tags: latest
|
||||
dry_run: true
|
||||
when:
|
||||
branch:
|
||||
target:
|
||||
exclude:
|
||||
- main
|
||||
- production
|
||||
|
||||
- name: Build and Push docker
|
||||
image: plugins/docker
|
||||
@ -31,9 +32,5 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- custom
|
||||
target:
|
||||
- production
|
||||
|
@ -8,7 +8,7 @@
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "5.15.4",
|
||||
"bcrypt": "5.0.1",
|
||||
"body-parser": "1.19.0",
|
||||
"body-parser": "1.19.1",
|
||||
"bootstrap": "5.1.3",
|
||||
"connect-ensure-login": "0.1.1",
|
||||
"connect-flash": "0.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user