GitHub Support

@Norm would it be easy to add a GitHub integration or an ftp client ?

The only part I don’t love about Blocs is deploying a new version of the website. I originally did a copy of every published folder export and then upload all using FTP client (Transmit). This process was of course time consuming as all code had to upload every time on ftp.

What I am doing now instead is a GitHub repo, where I manually paste exported code (locally) every time and then I commit & push using the GitHub app. I also set up a GitHub action, so every time I push to main, the website is automatically updated. This process is far better as GitHub will automatically handle updating the website changes async.

How nice would it be if the code export could be integrated with GitHub, so we keep track of website changes and can leverage GitHub actions, pages and other cool tools.

1 Like

It has built-in FTP upload, if that’s what you’re thinking.

https://help.blocsapp.com/knowledge-base/publishing/

1 Like