File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040
4141 # Deploy dist files to hosting
4242 - name : Deploy to remove server
43- run : scp -r -P ${{ secrets.SSH_PORT }} -o strictHostKeyChecking=no ./dist/* ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:www/domain-lookup. ${{ vars.DOMAIN }}/public_html
43+ run : scp -r -P ${{ secrets.SSH_PORT }} -o strictHostKeyChecking=no ./dist/* ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:www/${{ vars.DOMAIN }}/public_html
4444
4545 # Clear cache on the server
4646 - name : Clear cache on the server
4747 run : ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT }} "site-tools-client domain update id=4 flush_cache=1"
4848
4949 # Show link
5050 - name : Show link
51- run : echo "Deployed! https://domain-lookup. ${{ vars.DOMAIN }}"
51+ run : echo "Deployed! https://${{ vars.DOMAIN }}"
You can’t perform that action at this time.
0 commit comments