Browse Source

deploy##++++$#~++++12345678901

κρμγ 4 years ago
parent
commit
6de295e8ce
2 changed files with 12 additions and 2 deletions
  1. 2 2
      .drone.yml
  2. 10 0
      src/app/dist/frei-app/index.html

+ 2 - 2
.drone.yml

@@ -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

+ 10 - 0
src/app/dist/frei-app/index.html

@@ -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>