dokku-deploy-github-action
dokku-deploy-github-action copied to clipboard
Deploy to a dokku instance using Github actions
Hi. Thanks for your code. Is it possible to upload a specific commit? I need to upload the old version of the code. How to do it?
Using "$DOKKU_APP_NAME" as the git remote name enables deploying to multiple environments from a single GitHub runner. Otherwise, the action fails to set up a new remote with the following...
Is it possible to add an option to specify ssh port?
I'm deploying my app on the DigitalOcean machine. The app doesn't take much memory but the docker build does. Add the option to build the docker image on Github and...
It would be great if you could add support for creating/overwriting the `DOKKU_SCALE` file ```yml - uses: idoberko2/dokku-deploy-github-action@v1 with: ssh-private-key: ${{ secrets.DOKKU_SSH }} dokku-host: 'myapi.com' app-name: 'api' dokku-scale: 'web=2' ```...