Procházet zdrojové kódy

:gear: updating drone again and kick off test build

tags/0.0.1^2
j před 3 roky
rodič
revize
1beb4304d0
2 změnil soubory, kde provedl 7 přidání a 2 odebrání
  1. 6
    0
      .drone.yml
  2. 1
    2
      frontend/.env.sample

+ 6
- 0
.drone.yml Zobrazit soubor

@@ -40,6 +40,12 @@ volumes:
40 40
 
41 41
 kind: pipeline
42 42
 name: frontend_run_build
43
+trigger:
44
+    status:
45
+        # Only runs if the first pipeline was fully successful
46
+        - success
47
+    branch:
48
+        - dev
43 49
 
44 50
 steps:
45 51
     - name: build-frontend

+ 1
- 2
frontend/.env.sample Zobrazit soubor

@@ -1,3 +1,2 @@
1 1
 VITE_PUBNUB_PUBLISH_KEY=pub-a-123467890-123467890
2
-VITE_PUBNUB_SUBSCRIBE_KEY=sub-a-123467890-123467890
3
-VITE_UUID_SECRET=00000000-0000-1111-0000-000000000000
2
+VITE_PUBNUB_SUBSCRIBE_KEY=sub-a-123467890-123467890

Načítá se…
Zrušit
Uložit