Skip to content

Commit

Permalink
Merge pull request #128 from liphe/deployment-status
Browse files Browse the repository at this point in the history
Deploy to notify and report the deployment status
  • Loading branch information
davazp authored Apr 4, 2020
2 parents 59c3c2e + 214a41f commit 239b40c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ jobs:
fail_ci_if_error: true

- run: yarn build:liphe

- name: Deploy preview environment to Netlify
id: netlify-deployment
run: yarn run release:netlify
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 comments on commit 239b40c

Please sign in to comment.