Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Release workflow#133

Open
ThierryBerger wants to merge 1 commit into
dimforge:masterfrom
ThierryBerger:release-ci
Open

Release workflow#133
ThierryBerger wants to merge 1 commit into
dimforge:masterfrom
ThierryBerger:release-ci

Conversation

@ThierryBerger

@ThierryBerger ThierryBerger commented Feb 19, 2025

Copy link
Copy Markdown
Contributor

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

@ThierryBerger ThierryBerger Feb 19, 2025

Copy link
Copy Markdown
Contributor Author

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant