Skip to content

Commit 40488cd

Browse files
committed
Prod
1 parent 3f6b859 commit 40488cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
rsync -e "ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa" \
5858
--exclude=".git" -av --delete build/ \
59-
${{ secrets.CPANEL_USERNAME }}@${{ secrets.CPANEL_SERVER }}:/home/${{ secrets.CPANEL_USERNAME }}/toto
59+
${{ secrets.CPANEL_USERNAME }}@${{ secrets.CPANEL_SERVER }}:/home/${{ secrets.CPANEL_USERNAME }}/public_html
6060
6161
- name: Cleaning SSH keys
6262
if: always()

0 commit comments

Comments
 (0)