mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-13 10:39:19 +00:00
Delete gitlab-ci florian
This commit is contained in:
@ -1,19 +0,0 @@
|
||||
image: node:latest
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
before_script:
|
||||
- npm install -g gulp
|
||||
- npm install
|
||||
|
||||
stages:
|
||||
- build_deploy
|
||||
|
||||
build_&_deploy_app:
|
||||
stage: build_deploy
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- gulp deploy --password $PASSWORD
|
Reference in New Issue
Block a user