diff --git a/.drone.yml b/.drone.yml index 634d54b..fc80d47 100644 --- a/.drone.yml +++ b/.drone.yml @@ -127,4 +127,19 @@ steps: "priority": 6 } when: - status: failure \ No newline at end of file + status: failure + +# ================ DEPLOY STAGING ===================== + - name: promote staging build + image: plugins/downstream + settings: + server: https://ci.garrettmills.dev + token: + from_secret: drone_token + fork: false + last_successful: true + deploy: staging + repositories: + - Noded/frontent@master + when: + status: success \ No newline at end of file diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index 72a8956..c1eb496 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -5,7 +5,7 @@ "background_color": "#fafafa", "display": "standalone", "scope": "./i/", - "start_url": "./i/", + "start_url": "./i/index.html", "icons": [ { "src": "assets/icons/icon-72x72.png",