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

Add GitHub action for SCP deploy #283

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Add GitHub action for SCP deploy #283

merged 1 commit into from
Dec 18, 2023

Conversation

banterCZ
Copy link
Member

@banterCZ banterCZ commented Nov 8, 2023

No description provided.

- name: Set up SSH key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.SCP_CERTIFICATE }}" > ~/.ssh/id_rsa
Copy link
Member Author

Choose a reason for hiding this comment

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

@zcgandcomp Please configure the following secrets.

secrets.SCP_CERTIFICATE
secrets.SCP_HOST
secrets.SCP_USERNAME

Copy link
Member

@romanstrobl romanstrobl left a comment

Choose a reason for hiding this comment

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

Looks OK.

@banterCZ banterCZ merged commit fb297f5 into develop Dec 18, 2023
4 checks passed
@banterCZ banterCZ deleted the issues/scp-deploy branch December 18, 2023 07:09
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.

2 participants