Commit 074fd64e authored by zheng liu's avatar zheng liu

Merged in deploy (pull request #6)

feat(.travis.yml):
parents 45d7691d 4ace4a43
...@@ -5,8 +5,8 @@ before_install: ...@@ -5,8 +5,8 @@ before_install:
install: install:
- docker run -i -v `pwd`:/data -w /data node sh -c "npm i && npm rebuild node-sass&& npm run-script build" - docker run -i -v `pwd`:/data -w /data node sh -c "npm i && npm rebuild node-sass&& npm run-script build"
script: script:
- docker build -t registry.fit2cloud.com/jumpserver/luna:test . - docker build -t registry.fit2cloud.com/jumpserver/luna:test-$BUILD_NUMBER .
- docker push registry.fit2cloud.com/jumpserver/luna:test - docker push registry.fit2cloud.com/jumpserver/luna:test-$BUILD_NUMBER
after_success: after_success:
- echo "SUCCESS!" - echo "SUCCESS!"
after_failure: after_failure:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment