-
Notifications
You must be signed in to change notification settings - Fork 95
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
Automatic deployment #233
Comments
@christianlupus I recall you talking of CI/CD, do you have any ideas for how to best do this with NextCloud apps? There is a private key involved in the release process, and I'm not sure entirely how to include it without exposing it. |
If you're using github actions to build you might be able to use their secrets storage: https://help.github.com/en/actions/configuring-and-managing-workflows/using-variables-and-secrets-in-a-workflow |
That depends on your selection of CI system. If using github flow, @sting's answer is the way too go. Although it is a repo secret, not a github flow secret. See the settings of the repo. Other CI solutions have similar approaches. In any case the first step is to have an automatic publishing mechanism. Whatever it is (be it |
@christianlupus sure, let's have a chat there. I can see you hit me up already :) |
We should set up an automatic deployment task whenever code is pushed to the
stable
branchThe text was updated successfully, but these errors were encountered: