From 784f6c66fd6b18f4610bb1fc8fe91cd2944bae6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Fern=C3=A1ndez=20Alonso?= Date: Mon, 4 Apr 2022 00:04:00 +0200 Subject: [PATCH] hotfix - Intento para que se pueda acceder sin http --- .github/workflows/asw2122.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asw2122.yml b/.github/workflows/asw2122.yml index 3cb7a09..be8dd32 100644 --- a/.github/workflows/asw2122.yml +++ b/.github/workflows/asw2122.yml @@ -118,7 +118,7 @@ jobs: touch .env echo MONGO_URI_TEST=${{ secrets.MONGO_URI_TEST }} >> .env echo MONGO_URI=${{ secrets.MONGO_URI }} >> .env - echo CORS_OPTIONS='https://dede2b-webapp.herokuapp.com' >> .env + echo CORS_OPTIONS='dede2b-webapp.herokuapp.com' >> .env cat .env - uses: akhileshns/heroku-deploy@v3.12.12 # This is the action with: