Compare commits
23 Commits
943357f453
...
main
Author | SHA1 | Date | |
---|---|---|---|
2b950f5e9d | |||
8ebd3e4e73 | |||
b566822b3b | |||
5155531211 | |||
d6ffa5dc44 | |||
670f071846 | |||
eb9864fc87 | |||
9dbaf4c907 | |||
9702abfb33 | |||
af0afbc0f2 | |||
f03a7f4c0a | |||
9b8224aed3 | |||
c4425d5364
|
|||
b8243649c5 | |||
91a38879ae | |||
84655c39da | |||
acb34f837a | |||
6f891eb78d
|
|||
9fb249bb51 | |||
f8be7da287 | |||
1cde52d5b8 | |||
7f9ef4ab51 | |||
cd48121a78 |
9
.drone.yml
Executable file
9
.drone.yml
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: "test"
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
|
||||||
|
commands:
|
||||||
|
- echo 'Run tests'
|
@@ -2,7 +2,7 @@ version: '3.7'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
beerday:
|
beerday:
|
||||||
image: kasperhermansen/beerday:71b5267fdf
|
image: kasperhermansen/beerday:af1f0d5762
|
||||||
ports:
|
ports:
|
||||||
- 3002:3000
|
- 3002:3000
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
Reference in New Issue
Block a user