We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bba5d commit a8c6a34Copy full SHA for a8c6a34
.github/workflows/deploy.yml
@@ -30,14 +30,18 @@ jobs:
30
runs-on: ubuntu-latest
31
needs: [test]
32
steps:
33
- - uses: actions/checkout@v2
+ - name: Checkout
34
+ uses: actions/checkout@v2
35
+ with:
36
+ fetch-depth: 0
37
- name: Push
- uses: vitalyliber/dokku-github-action@master
38
+ uses: vitalyliber/dokku-github-action@v6.1
39
env:
40
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
41
PUBLIC_KEY: ${{ secrets.PUBLIC_KEY }}
42
HOST: ${{ secrets.DOKKU_HOST }}
43
PROJECT: ${{ secrets.DOKKU_APPNAME }}
44
+ FORCE_DEPLOY: true
45
- name: Create Sentry release
46
uses: getsentry/action-release@v1
47
0 commit comments