Skip to content

Commit

Permalink
Revert "hotfix - Intento para que se pueda acceder sin http"
Browse files Browse the repository at this point in the history
This reverts commit 784f6c6.
  • Loading branch information
adrianfernandezalonso committed Apr 3, 2022
1 parent 784f6c6 commit b53e469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asw2122.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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='dede2b-webapp.herokuapp.com' >> .env
echo CORS_OPTIONS='https://dede2b-webapp.herokuapp.com' >> .env
cat .env
- uses: akhileshns/[email protected] # This is the action
with:
Expand Down

0 comments on commit b53e469

Please sign in to comment.