Skip to content

Conversation

@ThierryBerger
Copy link
Contributor

@ThierryBerger ThierryBerger commented Feb 19, 2025

There's a few actions to help with that, but ssh key is sensitive data so I'd like to use as few dependencies as possible, and this seemed straightforward (if that works..)

Curent status: awaiting DEPLOY_SSH_KEY to be added in secrets.

alternatives:

steps:
- uses: actions/checkout@v4
- name: Check Rsync version
run: rsync --version
Copy link
Contributor Author

@ThierryBerger ThierryBerger Feb 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we may have to manually install rsync, I'm not sure it's included in ubuntu-latest (but it seems to be)

      - name: Install rsync
        run: sudo apt-get update && sudo apt-get -y install rsync

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant