Update manifest start URL and make drone auto-promote staging
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Garrett Mills 2020-10-23 12:15:47 -05:00
parent 67f900c5a7
commit 1da11574d3
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246
2 changed files with 17 additions and 2 deletions

View File

@ -127,4 +127,19 @@ steps:
"priority": 6
}
when:
status: failure
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

View File

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