Turn off upload of docs to (now retired server that used to host) justinsgotskinnylegs.com

This commit is contained in:
2025-01-03 16:43:08 -06:00
parent f9cd4373aa
commit 8d108b671a

View File

@ -127,14 +127,9 @@ commands:
command: |
cd docs
asciidoctor -a docinfo=shared index.adoc
upload_docs_site:
steps:
- run:
name: scp html to justinsgotskinnylegs.com
command: |
cd docs
scp index.html dkelkhoff@45.79.44.221:/mnt/first-volume/dkelkhoff/nginx/html/justinsgotskinnylegs.com/qqq-docs.html
- store_artifacts:
path: index.adoc
when: always
jobs:
mvn_test:
@ -159,7 +154,6 @@ jobs:
steps:
- install_asciidoctor
- run_asciidoctor
- upload_docs_site
workflows:
test_only: