Skip to content

Commit

Permalink
Cambios por probar
Browse files Browse the repository at this point in the history
  • Loading branch information
UO271728 committed May 2, 2022
1 parent 42f5964 commit ab3924e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pruebaDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
heroku_app_name: "dede-es2a-webapp"
heroku_email: ${{ secrets.EMAIL }}
usedocker: true
workdir: "webapp"
appdir: "webapp"
docker_build_args: |
API_URI
env:
Expand All @@ -59,7 +59,7 @@ jobs:
heroku_app_name: "dede-es2a-restapi"
heroku_email: ${{ secrets.EMAIL }}
usedocker: true
workdir: "restapi"
appdir: "restapi"
docker_build_args: |
MONGO_URI
CLOUDINARY_NAME
Expand Down

0 comments on commit ab3924e

Please sign in to comment.