Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mercerw-uta committed Nov 27, 2023
1 parent 4d00680 commit bcf340f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
rsync ./src/ ${{ secrets.CPANEL_USER }}@${{ secrets.GIT_DNS }}:${{ secrets.GIT_DIRECTORY }} --rsh "ssh -p 22 -i keyFile.pem -o StrictHostKeyChecking=no" --recursive --exclude= -rlgoDzvc -i --delete --executability
- name: Deploy
run: ssh -i keyFile.pem ${{ secrets.CPANEL_USER }}@${{ secrets.GIT_DNS }} -f "rsync -rlgoDzvci ${{ secrets.GIT_DIRECTORY }}/ ~/public_html/ --delete --executability"
run: ssh -i keyFile.pem ${{ secrets.CPANEL_USER }}@${{ secrets.GIT_DNS }} -f "rsync -rlgoDzvci ${{ secrets.GIT_DIRECTORY }}/ /home/searesourcesadm/public_html/ --delete --executability"

0 comments on commit bcf340f

Please sign in to comment.