From a4e263000b17593f52843d2113458d569071227e Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Wed, 22 Jan 2020 14:20:25 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acf50fb7b..0d04f2945 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,3 +26,9 @@ jobs: asset_name: stremio-web tag: ${{ github.ref }} overwrite: true + - run: | + curl -H "Content-Type: application/zip" \ + -H "Authorization: Bearer ${{ secrets.netlify_access_token }}" \ + --data-binary "@stremio-web.zip" \ + https://api.netlify.com/api/v1/sites/mysite.netlify.com/deploys +