Skip to content

Commit

Permalink
ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Jan 19, 2025
1 parent 9f3bb73 commit 489c916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .woodpecker/data-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ steps:
commands:
- echo "$${RSYNC_PRIVATE_KEY}" > deploy_key
- chmod 600 ./deploy_key
- "rsync -avz --progress -e 'ssh -i ./deploy_key -p 2222 -o StrictHostKeyChecking=no' out/data/*.bin [email protected]:data/"
- "rsync -avz --progress -e 'ssh -i ./deploy_key -p 2222 -o StrictHostKeyChecking=no' out/data/*.bin out/data/adr [email protected]:data/"
- "rsync -avz --progress -e 'ssh -i ./deploy_key -p 2222 -o StrictHostKeyChecking=no' out/config.yml [email protected]:data/"
- rm deploy_key

0 comments on commit 489c916

Please sign in to comment.