Update manifest start URL and make drone auto-promote staging
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
67f900c5a7
commit
1da11574d3
17
.drone.yml
17
.drone.yml
@ -127,4 +127,19 @@ steps:
|
|||||||
"priority": 6
|
"priority": 6
|
||||||
}
|
}
|
||||||
when:
|
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
|
@ -5,7 +5,7 @@
|
|||||||
"background_color": "#fafafa",
|
"background_color": "#fafafa",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "./i/",
|
"scope": "./i/",
|
||||||
"start_url": "./i/",
|
"start_url": "./i/index.html",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "assets/icons/icon-72x72.png",
|
"src": "assets/icons/icon-72x72.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user