try with docker?
This commit is contained in:
parent
dae4dac38e
commit
b155cfa406
@ -1,6 +1,7 @@
|
||||
default:
|
||||
image: node:latest
|
||||
tags:
|
||||
- docs
|
||||
- node
|
||||
|
||||
stages:
|
||||
- build
|
||||
@ -19,6 +20,7 @@ build:
|
||||
deploy:
|
||||
stage: deploy
|
||||
script:
|
||||
- apt-get install ncftp
|
||||
- ncftpput -R -u "$ftp_user" -p "$ftp_pass" pls5618.com docs dist/*
|
||||
environment:
|
||||
name: docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user