Skip to content

Commit

Permalink
Update build_deploy_preprod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 authored and lucashimpens committed Dec 23, 2024
1 parent a3decb0 commit 37fe61e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_deploy_preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
sudo rsync -chav \
-e 'ssh -i ./deploy_key -o StrictHostKeyChecking=no' \
${{env.source-war}} ${{env.destination}}
sudo rsync -chav \
-e 'ssh -i ./deploy_key -o StrictHostKeyChecking=no' \
${{env.source-zip}} ${{env.destination}}
- name: Deploy to PREPROD
run: |
cd source
Expand Down

0 comments on commit 37fe61e

Please sign in to comment.