Live data from Hacker News

How to set up continuous deployment using free hosted tools

simonwillison.net

1–10 of 92 posts

Re: How to set up continuous deployment using free hosted tools

#4
> Need more? Pay for it!

or be willing to move vendor and re-implement the stuff.

For comparison my magic combination(and not all free or realistic for everyone):

  - gitlab
  - jenkins/looking into gl ci
  - linode/cloudafrica(ah-hah hosting is not free)
  - sentry is a tough one. We rolling a custom mqttwarn/zabbix solution
  - irc(fine I will take your slack and use the irc-bridge pfftt)

Re: How to set up continuous deployment using free hosted tools

#5

> Need more? Pay for it! or be willing to move vendor and re-implement the stuff. For comparison my magic combination(and not all free or realistic for everyone): - gitlab - jenkins/looking into gl ci - linode/cloudafrica(ah-hah hosting is not free) - sentry is a tough one. We rolling a custom mqttwarn/zabbix solution - irc(fine I will take your slack and use the irc-bridge pfftt)

irc is fine but if you want an alternative, you can look into riot/matrix (irc bridge), mattermost, rocket chat, etc.

For hosting, I am looking to host my own server for fun and learning.

Re: How to set up continuous deployment using free hosted tools

#6

Did Travis replace Jenkins? Thanks for posting this. I'm looking to get any application and start deploying through a CI/CD process, to learn how this process works. Any application suggestions for a CI "Hello World"?

Have a look at gitlab ci[0], the quick start was easy. Got it working online and self-hosted.

https://about.gitlab.com/features/gitlab-ci-cd/

Re: How to set up continuous deployment using free hosted tools

#7
post #3

Only comment I would make is that you can use CircleCI instead of Travis to get for free running tests on private repos. The configuration is similar and the benefits as well.

Thanks for the tip - I just added a note about Circle CI to the article.

Re: How to set up continuous deployment using free hosted tools

#8

> Need more? Pay for it! or be willing to move vendor and re-implement the stuff. For comparison my magic combination(and not all free or realistic for everyone): - gitlab - jenkins/looking into gl ci - linode/cloudafrica(ah-hah hosting is not free) - sentry is a tough one. We rolling a custom mqttwarn/zabbix solution - irc(fine I will take your slack and use the irc-bridge pfftt)

I really wanted to use Gitlab for my next side project, but Circle CI doesn't support them, and I really don't want to pay Travis for my shitty proj. Hopefully this changes some day soon.

Re: How to set up continuous deployment using free hosted tools

#9
GitHub and Travis are not self-hosted tools.

It would be nice to see a setup with something like Gitea[0] and/or Jenkins[1] edit and some other slack alternative like mattermost[2]

[0] https://try.gitea.io/

[1] https://jenkins.io/

[2] https://about.mattermost.com/download/

Re: How to set up continuous deployment using free hosted tools

#10

GitHub and Travis are not self-hosted tools. It would be nice to see a setup with something like Gitea[0] and/or Jenkins[1] edit and some other slack alternative like mattermost[2] [0] https://try.gitea.io/ [1] https://jenkins.io/ [2] https://about.mattermost.com/download/

"Free hosted", not "self-hosted".
Post reply on HN