Use new netlify deploy image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2efda45f9c
commit
a135173a4a
|
@ -23,10 +23,12 @@ steps:
|
||||||
- ./compile.sh revealjs
|
- ./compile.sh revealjs
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: sbruder/drone-netlify
|
image: r.sbruder.de/drone-netlify
|
||||||
settings:
|
settings:
|
||||||
key:
|
auth_token:
|
||||||
from_secret: netlify_key
|
from_secret: netlify_auth_token
|
||||||
|
dir: .
|
||||||
|
prod: 1
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
3
.netlify/state.json
Normal file
3
.netlify/state.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"siteId": "0fc5c646-d2c5-4e08-8496-3389d55ac4f5"
|
||||||
|
}
|
|
@ -1,6 +0,0 @@
|
||||||
[Settings]
|
|
||||||
ID = "0fc5c646-d2c5-4e08-8496-3389d55ac4f5"
|
|
||||||
|
|
||||||
[Build]
|
|
||||||
Publish = ""
|
|
||||||
Functions = ""
|
|
Reference in a new issue