Skip to content

Commit

Permalink
hotfix - Intento para que se pueda acceder sin http
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfernandezalonso committed Apr 3, 2022
1 parent 9d4facf commit 784f6c6
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='https://dede2b-webapp.herokuapp.com' >> .env
echo CORS_OPTIONS='dede2b-webapp.herokuapp.com' >> .env
cat .env
- uses: akhileshns/[email protected] # This is the action
with:
Expand Down

0 comments on commit 784f6c6

Please sign in to comment.