Skip to content

Commit

Permalink
chore: update deploy workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Mar 1, 2024
1 parent e9dfd6c commit bb0ef2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@v1.4.0
with:
git_remote_url: 'ssh://dokku@${{ env.DOKKU_HOST }}:22/${{ env.DOKKU_APP_NAME }}'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
git-push-flags: --force
git_push_flags: --force

0 comments on commit bb0ef2a

Please sign in to comment.