Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Look into GitLab and GitLab CI. If it's just for personal use, that's the easiest and it's free. You can build and do a deploy :)
-
@CluelessBanana @Devnergy @DucksCanCode
CI is on my to do list for this year, so far I was able to auto build using docker and local registry though I still feel that I have not yet understood the advantage of it, if you guys have any source for me to read/watch it would be great -
@gitpush the gitlab ci documentation is good enough if that's your choice. I believe it also has docker integration
-
@DucksCanCode this is what I followed for my local instance, so this is all I need to get up and running? Nothing more do I need to do? right?
The rest is code -> unit test -> push
and when merging it will auto build based on tag/branch merge? -
@gitpush I wouldn't know, but all you need for gitlab ci is a repo with it set up, and a gitlab-ci.yml file with the ci instructions in. Check the docs, it's all in there.
-
@gitpush basically, you can set up a build trigger based on a branch yes :)
GitLab CI is quite extensive, and uses containers to do the different stages of your pipeline. Check out this basic demo: https://youtu.be/1iXFbchozdY -
@CluelessBanana @DucksCanCode Thanks guys I'll into it, if I come into trouble is it ok if I ping you guys in this rant?
-
@gitpush course, if you need a working example check out roconnor/roconnor.gitlab.io
Related Rants
I've been doing it wrong for 6 months! I've been building -> uploading my work manually to server using ssh.
Now I decided I write a script for that shit .-.
Though I'm still not able to make output take a different color in Ubuntu default terminal, tried many solutions but I still fail :\
Any suggestions?
rant
because blockchain is cool :3
ai to upload my work:p
automating?
help?