Skip to content

Commit

Permalink
chore: update preview pr workflow (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland authored Sep 24, 2021
1 parent 5afdb7e commit a162558
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dhis2-preview-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,16 @@ jobs:

- name: Deploy
id: netlify-deploy
uses: nwtgck/actions-netlify@v1.1
uses: nwtgck/actions-netlify@v1.2.2
timeout-minutes: 1
with:
github-token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}
github-deployment-environment: 'netlify'
github-deployment-description: 'PR Preview on Netlify'
deploy-message: ${{ github.event.pull_request.title }}
enable-pull-request-comment: true
enable-commit-comment: false
enable-commit-comment: true
enable-commit-status: true
alias: pr-${{ github.event.number }}
# customize according to project needs
publish-dir: 'build/app'
Expand Down

0 comments on commit a162558

Please sign in to comment.