Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot
024822762b Update dependency body-parser to v1.19.1
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-12-13 14:27:06 +00:00
15867c0e6b Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2021-12-13 15:21:41 +01:00
2 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "5.15.4", "@fortawesome/fontawesome-free": "5.15.4",
"bcrypt": "5.0.1", "bcrypt": "5.0.1",
"body-parser": "1.19.0", "body-parser": "1.19.1",
"bootstrap": "5.1.3", "bootstrap": "5.1.3",
"connect-ensure-login": "0.1.1", "connect-ensure-login": "0.1.1",
"connect-flash": "0.1.1", "connect-flash": "0.1.1",