Skip to content

Commit

Permalink
add dokku deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed May 8, 2024
1 parent 22869f3 commit f81de37
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/dokku-deploy
- uses: dokku/github-action@master
with:
ssh_private_key: ${{ secrets.AUTHPROXY_DOKKU_KEY }}
git_remote_url: "ssh://[email protected]:22/authproxy"
deploy_docker_image: ghcr.io/leonitousconforti/tinyburg/authproxy:latest

# In order to deploy the auto-gold-bits docker image, we do the exact same
# steps as we did for the authproxy docker image but using the auto-gold-bits.
Expand All @@ -102,4 +106,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/dokku-deploy
- uses: dokku/github-action@master
with:
ssh_private_key: ${{ secrets.PLAYGROUND_DOKKU_KEY }}
git_remote_url: "ssh://[email protected]:22/auto-gold-bits"
deploy_docker_image: ghcr.io/leonitousconforti/tinyburg/auto-gold-bits:latest

0 comments on commit f81de37

Please sign in to comment.