Skip to content

Commit

Permalink
chore: update deploy action, core devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Nov 4, 2023
1 parent 344ad8e commit 9e7ffa6
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 614 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Deploy
uses: woudsma/dokku-deploy-github-action@v1
- name: Push to dokku
uses: dokku/github-action@v1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
dokku-host: ${{ env.DOKKU_HOST }}
app-name: ${{ env.DOKKU_APP_NAME }}
remote-branch: ${{ env.DOKKU_REMOTE_BRANCH }}
git_remote_url: 'ssh://dokku@${{ env.DOKKU_HOST }}:22/${{ env.DOKKU_APP_NAME }}'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
git-push-flags: --force

0 comments on commit 9e7ffa6

Please sign in to comment.