Skip to content

Commit

Permalink
Quitar la barra
Browse files Browse the repository at this point in the history
  • Loading branch information
UO271728 committed May 3, 2022
1 parent 59b8507 commit 9734516
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pruebaSinDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
types: [published]
jobs:
deploy-webapp:
needs: [docker-push-restapi,docker-push-webapp]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -19,9 +18,8 @@ jobs:
docker_build_args: |
API_URI
env:
API_URI: "https://dede-es2a-restapi.herokuapp.com/"
API_URI: "https://dede-es2a-restapi.herokuapp.com"
deploy-restapi:
needs: [docker-push-restapi,docker-push-webapp]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9734516

Please sign in to comment.