Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
quarckster committed Feb 5, 2023
1 parent fb74535 commit 8031bfc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ jobs:
env:
VERSION: ${{ github.ref_name }}
run: make video_addon
- name: Deploy to Netlify
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
VERSION: ${{ github.ref_name }}
run: make deploy
- name: List files
run: ls -lh
- name: Create a release
uses: softprops/action-gh-release@v1
with:
files: video.kino.pub-${{ github.ref_name }}.zip
generate_release_notes: true
fail_on_unmatched_files: true
- name: Deploy to Netlify
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
VERSION: ${{ github.ref_name }}
run: make deploy

0 comments on commit 8031bfc

Please sign in to comment.