Skip to content

Commit 37fe61e

Browse files
vertigo17lucashimpens
authored andcommitted
Update build_deploy_preprod.yml
1 parent a3decb0 commit 37fe61e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build_deploy_preprod.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
sudo rsync -chav \
4747
-e 'ssh -i ./deploy_key -o StrictHostKeyChecking=no' \
4848
${{env.source-war}} ${{env.destination}}
49-
sudo rsync -chav \
50-
-e 'ssh -i ./deploy_key -o StrictHostKeyChecking=no' \
51-
${{env.source-zip}} ${{env.destination}}
5249
- name: Deploy to PREPROD
5350
run: |
5451
cd source

0 commit comments

Comments
 (0)