Skip to content

Commit

Permalink
cambiar el use
Browse files Browse the repository at this point in the history
  • Loading branch information
bidof committed Apr 30, 2024
1 parent 949864a commit 2c78596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ jobs:
REACT_APP_API_URI: http://${{ secrets.DEPLOY_HOST }}:3000

e2e-tests:
needs: [unit-tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run e2e tests
run: |
chmod +x ./e2eTest.sh
echo "${{ secrets.DEPLOY_KEY }}" > deploy_key
chmod 600 deploy_key
ssh -o StrictHostKeyChecking=no -i deploy_key azureuser@${{ secrets.DEPLOY_HOST }} <<'ENDSSH'
./e2eTest.sh
env :
CI : ""
ENDSSH
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
Expand Down

0 comments on commit 2c78596

Please sign in to comment.