Update netlify and snapcraft
This commit is contained in:
parent
3168e70a7e
commit
e3d86e2de3
|
@ -1,10 +1,10 @@
|
||||||
[build]
|
[build]
|
||||||
base = "docs"
|
base = "docs"
|
||||||
publish = "docs/public"
|
publish = "docs/public"
|
||||||
command = "zola build"
|
command = "curl -sL https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
ZOLA_VERSION = "0.5.0"
|
ZOLA_VERSION = "0.5.0"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "zola build --base-url $DEPLOY_PRIME_URL"
|
command = "curl -sL https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build--base-url $DEPLOY_PRIME_URL"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
name: zola # you probably want to 'snapcraft register <name>'
|
name: zola # you probably want to 'snapcraft register <name>'
|
||||||
version: '0.5.0+git' # just for humans, typically '1.2+git' or '1.3.2'
|
version: '0.5.0' # just for humans, typically '1.2+git' or '1.3.2'
|
||||||
summary: A fast static site generator in a single binary with everything built-in.
|
summary: A fast static site generator in a single binary with everything built-in.
|
||||||
description: |
|
description: |
|
||||||
A fast static site generator in a single binary with everything built-in.
|
A fast static site generator in a single binary with everything built-in.
|
||||||
https://www.getzola.org
|
https://www.getzola.org
|
||||||
|
|
||||||
grade: devel # must be 'stable' to release into candidate/stable channels
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||||
confinement: strict # use 'strict' once you have the right plugs and slots
|
confinement: strict # use 'strict' once you have the right plugs and slots
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
|
@ -22,4 +22,4 @@ parts:
|
||||||
build-packages:
|
build-packages:
|
||||||
- build-essential
|
- build-essential
|
||||||
- cmake
|
- cmake
|
||||||
- git-core
|
- libssl-dev
|
||||||
|
|
Loading…
Reference in a new issue