강동현
Builds for 1 pipeline failed in 11 minutes 18 seconds

gitlab-ci 수정

image: node:14-alpine
stages:
- test
- build
Test Server:
stage: test
image: node:14-alpine
script:
- cd common
- yarn install
......@@ -16,5 +15,6 @@ Test Server:
Build:
stage: build
image: tmaier/docker-compose:latest
script:
- HOST=2020105578.oss2021.tk SSL_CERT=/etc/letsencrypt/live/2020105578.oss2021.tk/cert.pem SSL_KEY=/etc/letsencrypt/live/2020105578.oss2021.tk/privkey.pem SSL_CA=/etc/letsencrypt/live/2020105578.oss2021.tk/fullchain.pem docker-compose build --no-cache
......