This commit is contained in:
Matthias Kretschmann 2020-06-02 00:51:42 +02:00
parent ef8e5117fc
commit d7b105feb6
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
image: node:latest
cache:
paths:
- node_modules/
deploy:
only:
- master
script:
- npm install -g gulp
- npm install
- gulp deploy