with deployments
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-08-20 23:44:46 +02:00
parent 295acff548
commit 3f34d0261d
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
version: '3.7'
services:
{{ service }}:
image: {{ image }}
ports:
- {{ port }}
env_file: ".env"
restart: always

View File

@ -6,6 +6,7 @@ vars:
service: "cibus-frontend"
registry: kasperhermansen
port: 3001:3001
deployments: "git@git.front.kjuulh.io:cibus/deployments.git"
scripts:
generate_graphql: