chore: update deps #43
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
steps:
|
||||||
backend:
|
backend:
|
||||||
image: rust
|
image: rust:1.79-bullseye
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgres://postgres:password@database:5432/postgres
|
- DATABASE_URL=postgres://postgres:password@database:5432/postgres
|
||||||
commands:
|
commands:
|
||||||
|
@ -20,6 +20,7 @@ pipeline:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
when:
|
when:
|
||||||
event: [push, tag, deployment]
|
event: [push, tag, deployment]
|
||||||
|
branch: master
|
||||||
settings:
|
settings:
|
||||||
username: realaravinth
|
username: realaravinth
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue