Skip to content

Add workflow to push to aur on pushes to master #13

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

Closed
jsjoeio opened this issue Aug 16, 2022 · 0 comments · Fixed by #14
Closed

Add workflow to push to aur on pushes to master #13

jsjoeio opened this issue Aug 16, 2022 · 0 comments · Fixed by #14
Assignees

Comments

@jsjoeio
Copy link
Contributor

jsjoeio commented Aug 16, 2022

Description

In order for us to complete the automated release pipeline from code-server release -> code-server-aur release, we need to way to automatically push changes to AUR.

Implementation Notes

I think this should be relatively straightforward from a GitHub Actions standpoint:

  1. checkout repo
  2. setup ssh keys/creds (example)
  3. add new remote: git remote add aur ssh://[email protected]/code-server.git
  4. git push aur
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 a pull request may close this issue.

1 participant