Skip to content

Commit

Permalink
pillar el archivo de la raiz y subiurlo a la raiz del la mv
Browse files Browse the repository at this point in the history
  • Loading branch information
bidof committed Apr 30, 2024
1 parent 689fb4b commit 9365d66
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,16 @@ jobs:
needs: [unit-tests]
steps:
- uses: actions/checkout@v4
- name: Run e2e tests
- name: Copy e2eTest.sh to remote server
run: |
echo "${{ secrets.DEPLOY_KEY }}" > deploy_key
chmod 600 deploy_key
scp -o StrictHostKeyChecking=no -i deploy_key ./e2eTest.sh azureuser@${{ secrets.DEPLOY_HOST }}:~
- name: Run e2e tests
run: |
ssh -o StrictHostKeyChecking=no -i deploy_key azureuser@${{ secrets.DEPLOY_HOST }} <<'ENDSSH'
./e2eTest.sh
chmod +x ~/e2eTest.sh
~/e2eTest.sh
ENDSSH
docker-push-webapp:
Expand Down

0 comments on commit 9365d66

Please sign in to comment.