Skip to content

Commit

Permalink
HotFix despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
uo277931 authored May 2, 2022
1 parent 8c814b7 commit cf48c84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/asw2122.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
env:
API_URI: http://${{ secrets.DEPLOY_HOST }}:5000/api
runs-on: ubuntu-latest
needs: [e2e-tests]
# needs: [unit-test-webapp]
# needs: [e2e-tests]
needs: [unit-test-webapp]
steps:
- uses: actions/checkout@v2
- name: Publish to Registry
Expand All @@ -78,8 +78,8 @@ jobs:
CLOUDINARY_URL: ${{ secrets.CLOUDINARY_URL }}
SECRET: ${{ secrets.SECRET }}
PASS1: ${{ secrets.PASS1 }}
needs: [e2e-tests]
# needs: [unit-test-restapi]
# needs: [e2e-tests]
needs: [unit-test-restapi]
steps:
- uses: actions/checkout@v2
- name: Publish to Registry
Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:
docker-compose stop
docker-compose rm -f
docker-compose pull
docker-compose up -d
docker-compose up -d

0 comments on commit cf48c84

Please sign in to comment.