mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
9 lines
267 B
YAML
9 lines
267 B
YAML
name: upload_docs_site
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: scp html to justinsgotskinnylegs.com
|
|
run: |-
|
|
cd docs
|
|
scp index.html dkelkhoff@45.79.44.221:/mnt/first-volume/dkelkhoff/nginx/html/justinsgotskinnylegs.com/qqq-docs.html
|
|
shell: bash |