mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Turn off upload of docs to (now retired server that used to host) justinsgotskinnylegs.com
This commit is contained in:
@ -127,14 +127,9 @@ commands:
|
|||||||
command: |
|
command: |
|
||||||
cd docs
|
cd docs
|
||||||
asciidoctor -a docinfo=shared index.adoc
|
asciidoctor -a docinfo=shared index.adoc
|
||||||
|
- store_artifacts:
|
||||||
upload_docs_site:
|
path: index.adoc
|
||||||
steps:
|
when: always
|
||||||
- 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
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mvn_test:
|
mvn_test:
|
||||||
@ -159,7 +154,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- install_asciidoctor
|
- install_asciidoctor
|
||||||
- run_asciidoctor
|
- run_asciidoctor
|
||||||
- upload_docs_site
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
test_only:
|
test_only:
|
||||||
|
Reference in New Issue
Block a user