@@ -3,8 +3,8 @@ pipeline:
image: node:14
commands:
- cd src/app
- #- yarn
- #- yarn build
+ - yarn
+ - yarn build
- rm -rf ./node_modules
- mkdir -p ../../src/main/resources/static/code
- cp -r ./dist/frei-app/* ../../src/main/resources/static/code
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>INDEX :: FREIGELD</title>
+</head>
+<body>
+YOUR FREI UNDER MAINTENANCE NOW!
+</body>
+</html>