Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release workflow #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Release workflow #133

wants to merge 1 commit into from

Conversation

Vrixyz
Copy link
Contributor

@Vrixyz Vrixyz 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

@Vrixyz Vrixyz 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