From b155cfa406744d7f5e850f0c38bbdfa902b9ba8e Mon Sep 17 00:00:00 2001 From: Olivier Demers Date: Wed, 27 Sep 2023 20:09:58 +0000 Subject: [PATCH] try with docker? --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 920b471..e698b33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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