Settings

Theme

Show HN: Polybox: An tiny PaaS to Git push to deploy micro-services and sites

github.com

5 points by mardix 5 years ago · 6 comments

Reader

busymichael 5 years ago

This is really interesting. I use git to manage my deploys. I git pull from my servers whenever I deploy.

I have been toying with using github actions to automate the pull. My workflow would be something like:

1. work locally on a branch 2. test, merge with master 3. git push from local to github 4. a github action would see the commit to master and initiate a git pull on my server.

Something like this: https://stackoverflow.com/questions/61447350/automatically-p...

What are the advantages to using polybox or piku?

rcarmo 5 years ago

That’s neat. I’m the creator of https://github.com/piku/piku, and I like seeing similar projects come up :)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection