From a807ed7224e1b96055c49818872fca3c4e727041 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 16 Jul 2020 12:35:05 +0300 Subject: [PATCH] change netlify website --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 993073db0..6487d133a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,4 +29,4 @@ jobs: 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/stremio-staging.netlify.com/deploys + https://api.netlify.com/api/v1/sites/stremio-development.netlify.com/deploys