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