mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-06 08:41:28 +01:00
abe0593395
Disuse tox for running the deployment. By default tox filters most environment variables out when running testenvs. This filters any credentials (e.g. LEKTOR_DEPLOY_PASSWORD) from the environment. Those environment variables could be passed to the testenv, but it seems simpler to build and deploy straight from the workflow.
28 lines
556 B
INI
28 lines
556 B
INI
[project]
|
|
name = Lektor
|
|
url = https://www.getlektor.com/
|
|
url_style = relative
|
|
|
|
[servers.ghpages]
|
|
enabled = yes
|
|
name = Github pages on repo
|
|
target = ghpages://lektor/lektor-website
|
|
default = yes
|
|
|
|
[servers.ghpages-https]
|
|
enabled = yes
|
|
name = Github pages on repo
|
|
target = ghpages+https://lektor/lektor-website
|
|
default = not
|
|
|
|
|
|
[packages]
|
|
lektor-webpack-support = 0.3
|
|
lektor-disqus-comments = 0.1
|
|
lektor-markdown-header-anchors = 0.1
|
|
lektor-markdown-highlighter = 0.1
|
|
lektor-markdown-admonition = 0.1
|
|
lektor-atom = 0.4.0
|
|
lektor-tags = 0.3
|
|
lektor-slugify = 0.4
|