Skip to content

Commit

Permalink
Update pruebaSinDocker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UO271728 authored May 3, 2022
1 parent 4078c06 commit 8be12a8
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 @@ -21,7 +20,6 @@ jobs:
env:
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 All @@ -42,4 +40,4 @@ jobs:
MONGO_URI: ${{ secrets.MONGO_URI }}
CLOUDINARY_NAME: ${{ secrets.CLOUD_NAME }}
CLOUDINARY_API_KEY: ${{ secrets.CLOUD_KEY }}
CLOUDINARY_API_SECRET: ${{ secrets.CLOUD_SECRET }}
CLOUDINARY_API_SECRET: ${{ secrets.CLOUD_SECRET }}

0 comments on commit 8be12a8

Please sign in to comment.