I posted in the wrong channel, so I'm reposting he...
# share-your-work
a
I posted in the wrong channel, so I'm reposting here (sry for the noise): I'm working a new dokku inspired deploy method to smallweb. For example, I have to create a new website on my own domain (
smallweb.run
), hosted on my vps, I just need to run two commands:
Copy code
$ git remote add smallweb.run smallweb.run:git-push-example
$ git push smallweb.run
... git push output...
App available at <https://git-push-example.pomdtr.smallweb.live>
In the video below, I use this method to install excalidraw to my instance, then update the app in a second commit to install smallblog instead. All of this is happening instantly, without a build step. https://videos.smallweb.run/watch/5c707fb03c226333157f I'm quite proud of this workflow, and I would love feedbacks. Also, if you're interested to try out smallweb, you can either install it by following the docs, or register in the [smallweb.live waitlist](https://cloud.smallweb.run/) (an hosted version of smallweb I'm working on)