update CI
This commit is contained in:
parent
58fbacaa52
commit
13ac9eb6bb
1 changed files with 3 additions and 1 deletions
|
|
@ -23,9 +23,11 @@ build:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
.deploy_template: &deploy_template
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: node:latest
|
image: node:latest
|
||||||
|
only:
|
||||||
|
- main
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y rsync sshpass
|
- apt-get update -qq && apt-get install -y rsync sshpass
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue