Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
/golangci-webPublic archive

Commit70b8bdb

Browse files
committed
build docker images in travis ci
1 parent943c877 commit70b8bdb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎.travis.yml‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
language:node_js
2+
services:docker
23
node_js:
34
-"8"
45

56
script:
67
-npm run lint
7-
-npm run heroku-postbuild
8+
-npm run heroku-postbuild
9+
-docker login -u $DOCKER_USER -p $DOCKER_PASS
10+
-git clone $DEPLOYMENTS_REPO ~/deploy
11+
-cp ~/deploy/golangci-web/Dockerfile ./Dockerfile
12+
-docker build -t golangci/golangci-web .
13+
-docker push golangci/golangci-web

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp