We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f495e4f commit a8fd8afCopy full SHA for a8fd8af
.github/workflows/build_deploy_preprod.yml
@@ -46,9 +46,6 @@ jobs:
46
sudo rsync -chav \
47
-e 'ssh -i ./deploy_key -o StrictHostKeyChecking=no' \
48
${{env.source-war}} ${{env.destination}}
49
- sudo rsync -chav \
50
- -e 'ssh -i ./deploy_key -o StrictHostKeyChecking=no' \
51
- ${{env.source-zip}} ${{env.destination}}
52
- name: Deploy to PREPROD
53
run: |
54
cd source
0 commit comments