Skip to content

Releases: vitalyliber/dokku-github-action

Fix a dubious ownership error

22 Dec 15:42
b1a0cea
Compare
Choose a tag to compare
  • add workspace to git safe directories to avoid dubious ownership error

Fix deploy for the main branch, update docs

31 Mar 11:21
Compare
Choose a tag to compare

Hello everyone!

Some improvements below:

Fix for an issue related to deploy the main branch 👌

Readme file was updated - action can be installed more easily 🙂

If you will find some issue please write about it ✌️

Change debian stable to buster

27 Aug 10:11
3202307
Compare
Choose a tag to compare

Minor improvements

19 Sep 05:58
5b85dd0
Compare
Choose a tag to compare
  • Fix APP_CONFIG docs
  • Hide env vars from being printed to screen

New features

28 Aug 07:53
b54f112
Compare
Choose a tag to compare
  • Added an ability to deploy from a non-master branch.
  • Added an ability to set dokku config through GitHub secrets.

Improvements

28 May 18:28
57b7fd8
Compare
Choose a tag to compare
  • Added way to run action with/without a host key
  • Provide identity file directly to SSH instead of going via the SSH agent
  • Remove DEPLOY_BRANCH
  • Pass shellcheck
  • Tests

Create a FORCE_DEPLOY option

13 Apr 06:59
03385c4
Compare
Choose a tag to compare

Sometimes when deploying to Dokku it can be useful to force push the project, this gives the option to do this by setting the FORCE_DEPLOY env to true

Custom ssh port

22 Nov 12:50
bf8bf11
Compare
Choose a tag to compare

You can use a custom ssh port for this action.

Fixes for new GitHub Actions' release (beta)

17 Aug 09:50
887348d
Compare
Choose a tag to compare
  • Updated an example
  • Fixed for GitHub Actions Beta

First release

10 Jun 15:44
Compare
Choose a tag to compare
v1.0

fixed