github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Results 9 github-action issues
Sort by recently updated
recently updated
newest added

Although not specific to the dokku workflow, it might be helpful to include examples of how to use GitHub deploys. I recently set this up on my repo and find...

Including - How to create keys - Which keys go where - How to configure sensitive information in the GitHub repo - How to configure SSH keys with Dokku's user...

Hey, I keep getting the "Host key verification failed." error. What I've done so far: - On Github, configured repo secret SSH_HOST_KEY (/root/.ssh/id_rsa.pub) - On the server, created a new...

## Description of problem I want to set the github-action, but always tell me git repository not appear. I already set git repository on dokku and also set git remote...

Hello, The dokku docs mention the following github workflow file: ```yml --- name: 'deploy' on: push: branches: - master jobs: deploy: runs-on: ubuntu-latest steps: - name: Cloning repo uses: actions/checkout@v2...

## Description of problem When using the GitHub action in a public repo, it prints out the possibly "private" git remote URL. ### How reproducible Just use the Dokku GitHub...

Bumps dokku/ci-docker-image from 0.4.0 to 0.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dokku/ci-docker-image&package-manager=docker&previous-version=0.4.0&new-version=0.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I'm just curious if it would be possible to let all the build related tasks happen in github actions? One of the most common issues I faced is trying to...

## Description of problem As per discussed in dokku forum on slack we're looking into cloning our "master"/staging database so that we can have a bit better database integrity. In...