aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules4
-rw-r--r--netlify.toml10
2 files changed, 2 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules
index 19fad4b..84e5d9b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "ansible/roles/nftables"]
path = ansible/roles/nftables
- url = https://github.com/jchristgit/ansible-role-nftables.git
+ url = [email protected]:jchristgit/ansible-role-nftables.git
[submodule "ansible/roles/prometheus-postgres-exporter"]
path = ansible/roles/prometheus-postgres-exporter
- url = https://github.com/jchristgit/ansible-role-prometheus-postgres-exporter.git
+ url = [email protected]:jchristgit/ansible-role-prometheus-postgres-exporter.git
diff --git a/netlify.toml b/netlify.toml
deleted file mode 100644
index e807b83..0000000
--- a/netlify.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[build]
-publish = "docs/site/"
-command = """
-restore_home_cache ".cache" "pip cache" &&
-restore_cwd_cache '.venv' 'python virtualenv' &&
-pip3 install -q poetry &&
-poetry config settings.virtualenvs.in-project true &&
-poetry install &&
-poetry run task build-docs
-"""