File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4242 - name : Deploy Product Documentation to OVH
4343 uses : appleboy/scp-action@v0.1.4
4444 with :
45- host : ${{ env .OVH_HOST }}
46- username : ${{ env .OVH_USER }}
47- key : ${{ secrets.OVH_SSH_KEY }}
45+ host : ${{ secrets .OVH_HOST }}
46+ username : ${{ secrets .OVH_USER }}
47+ password : ${{ secrets.OVH_PASSWORD }}
4848 port : 22
4949 source : " ${{ env.PRODUCT_DIR }}"
5050 target : " ${{ env.PRODUCT_TARGET }}"
5656 - name : Deploy System Documentation to OVH
5757 uses : appleboy/scp-action@v0.1.4
5858 with :
59- host : ${{ env .OVH_HOST }}
60- username : ${{ env .OVH_USER }}
61- key : ${{ secrets.OVH_SSH_KEY }}
59+ host : ${{ secrets .OVH_HOST }}
60+ username : ${{ secrets .OVH_USER }}
61+ password : ${{ secrets.OVH_PASSWORD }}
6262 port : 22
6363 source : " ${{ env.SYSTEM_DIR }}"
6464 target : " ${{ env.SYSTEM_TARGET }}"
You can’t perform that action at this time.
0 commit comments