From: Christopher Coté Date: Tue, 11 Jan 2022 15:40:35 +0000 (-0500) Subject: auotmatically build js assets X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=9acd5b78f1973559313997f523b032852c7568af;p=photography.git auotmatically build js assets --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b816544f..b7b70f17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,10 @@ +image: node:17.3.0-alpine3.15 + pages: stage: deploy script: + - npm install + - npm run build - mkdir public - cp -r www/* public artifacts: