You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I've made a deployment which has downloadable artifacts at this location. It's my own hosting, I'd prefer if the project has its own.
This is deployment by ssh copy. You can go in the project yourself and change deployment's options.
The method is to visit the "environment variables" section.
Here there can be set the target hosting, and the ssh key pair. (in base64 encoding on a single line)
Would it be possible to set up an upload to github so that the artifacts would be in the project "releases"? There could be a release "latest" which gets updated each time a build is done, and then separate releases for actual version increases.
It's an interesting question. The answer would be most likely, as I can find a tool for such a task. gothub command-line app to create and edit releases on Github (and upload artifacts)
About maintaining such a thing as a latest release, I am not entirely sure on practicality of such a process, as I've not seen it made in such way before.
As creating a release involves a creation of git tags if not existing, it may take a special care to avoid accumulation of useless tags.
Hi,
Great job on the CI. I'm wondering how we can use the artifacts built by the CI and deploy them somewhere for people to download, test and use?
The text was updated successfully, but these errors were encountered: