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 #1077

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Add GitHub action for SCP deploy #1077

merged 1 commit into from
Oct 17, 2023

Conversation

banterCZ
Copy link
Member

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.

Copy link
Member

@zcgandcomp zcgandcomp left a comment

Choose a reason for hiding this comment

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

Configured. Fine as a interim solution.

@banterCZ banterCZ merged commit ff3228a into develop Oct 17, 2023
5 checks passed
@banterCZ banterCZ deleted the issues/scp-deploy branch October 17, 2023 12:31
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.

3 participants