Releases: vitalyliber/dokku-github-action
Releases · vitalyliber/dokku-github-action
Fix a dubious ownership error
- add workspace to git safe directories to avoid dubious ownership error
Fix deploy for the main branch, update docs
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
v6.2 Update README.md
Minor improvements
- Fix APP_CONFIG docs
- Hide env vars from being printed to screen
New features
- Added an ability to deploy from a non-master branch.
- Added an ability to set dokku config through GitHub secrets.
Improvements
- 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
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
You can use a custom ssh port for this action.
Fixes for new GitHub Actions' release (beta)
- Updated an example
- Fixed for GitHub Actions Beta
First release
v1.0 fixed