Revert
This commit is contained in:
+3
-12
@@ -1,18 +1,9 @@
|
|||||||
image: node
|
image: alpine:latest
|
||||||
|
|
||||||
before_script:
|
|
||||||
- yarn --cwd frontend install
|
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- frontend/node_modules/
|
|
||||||
|
|
||||||
variables:
|
|
||||||
BASE_URL: "/notes-tfe/"
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- yarn --cwd frontend run generate
|
- echo 'Nothing to do...'
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|||||||
@@ -115,11 +115,6 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
generate: {
|
|
||||||
dir: '../public',
|
|
||||||
},
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Build configuration
|
** Build configuration
|
||||||
*/
|
*/
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user