mirror of
https://github.com/tomasriveral/ReSSPublica.git
synced 2026-08-11 18:28:38 +02:00
CI: specify which ssh keys to use with rsync
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
||||
- name: Deploy feeds
|
||||
run: |
|
||||
rsync -avz --delete \
|
||||
-e "ssh -i ~/.ssh/id_ed25519" \
|
||||
--include='*/' \
|
||||
--include='*.xml' \
|
||||
--include='*.atom' \
|
||||
@@ -40,6 +41,7 @@ jobs:
|
||||
- name: Deploy images
|
||||
run: |
|
||||
rsync -avz --delete \
|
||||
-e "ssh -i ~/.ssh/id_ed25519" \
|
||||
--include='*/' \
|
||||
--include='*.png' \
|
||||
--include='*.jpeg' \
|
||||
|
||||
Reference in New Issue
Block a user