We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6b859 commit 40488cdCopy full SHA for 40488cd
1 file changed
.github/workflows/deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
rsync -e "ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa" \
58
--exclude=".git" -av --delete build/ \
59
- ${{ secrets.CPANEL_USERNAME }}@${{ secrets.CPANEL_SERVER }}:/home/${{ secrets.CPANEL_USERNAME }}/toto
+ ${{ secrets.CPANEL_USERNAME }}@${{ secrets.CPANEL_SERVER }}:/home/${{ secrets.CPANEL_USERNAME }}/public_html
60
61
- name: Cleaning SSH keys
62
if: always()
0 commit comments