Skip to content

Commit

Permalink
Merge branch 'main' into fix/bulk-delete-perms
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt authored Jul 27, 2022
2 parents bcb49f6 + 499469c commit dd721a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,16 @@ jobs:
run: echo "::set-output name=path::~/$(ls wheel/ephios-*.whl)"

- name: rsync wheel
run: |
uses: nick-fields/retry@v2
with:
timeout_seconds: 10
max_attempts: 3
command: |
echo "${{ secrets.STAGING_SSH_PRIVATE_KEY }}" > .staging-key
chmod 0600 .staging-key
rsync -e "ssh -o StrictHostKeyChecking=no -i .staging-key" -a --delete wheel staghios@despina.uberspace.de:~
rm .staging-key

- name: Checkout ephios repo
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit dd721a9

Please sign in to comment.