Skip to content

Commit

Permalink
delegar en la maquina
Browse files Browse the repository at this point in the history
  • Loading branch information
bidof committed Apr 30, 2024
1 parent 949864a commit d260183
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@ 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
./e2eTest.sh
env :
CI : ""
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
./e2eTest.sh
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
Expand Down

0 comments on commit d260183

Please sign in to comment.