mirror of
https://github.com/tLDP/LDP.git
synced 2025-11-30 23:16:02 +07:00
Setting Up Docs Builder via GitHub Actions
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -79,7 +79,8 @@ jobs:
|
||||
|
||||
- name: 🔀 Built Documents Transfer for Master Main Documents WWW Server
|
||||
run:
|
||||
rsync --stats -rvclz --delete-before -e "ssh -p $LDPPORT -i ~/.ssh/ldpkey" ~work/MAIN/ $LDPUSER@$LDPHOST:/home/builder/build/en
|
||||
rsync --stats -rvclz --delete-before -e "ssh -p $LDPPORT -i ~/.ssh/ldpkey" ~/work/MAIN/ $LDPUSER@$LDPHOST:/home/builder/build/en
|
||||
shell: bash
|
||||
|
||||
# happy end.
|
||||
# ©️ Serge Victor 2020
|
||||
|
||||
Reference in New Issue
Block a user