Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
강동현
2021-06-11 03:06:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a56996a29e95486fc6328292db7d3c5e70e857e1
a56996a2
1 parent
5c4d176d
Builds for 1 pipeline
failed
in 11 minutes 18 seconds
gitlab-ci 수정
Changes
1
Builds
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
a56996a
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
...
...
Please
register
or
login
to post a comment