diff options
author | 2024-08-09 20:27:45 +0100 | |
---|---|---|
committer | 2024-08-09 20:28:24 +0100 | |
commit | c445fcfdaec07f7c44416d75b3cfdf0036cc04f7 (patch) | |
tree | 5334d30583d6b87b0f4aa09ca9a5f785c8c9529a | |
parent | Add Netlify config file (diff) |
Revert recent Netlify commits
Revert "Correct previous commit in submodules"
This reverts commit 5c275fc34109cd24f20dcebadad33c334165ed76.
Revert "Move gitmodules to HTTP instead of SSH"
This reverts commit 7097490863c0a784cdbe64492fd57a686c1144ea.
-rw-r--r-- | .gitmodules | 4 | ||||
-rw-r--r-- | netlify.toml | 10 |
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 -""" |