File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 with :
1414 host : ${{ secrets.SSH_HOST }}
1515 username : ${{ secrets.SSH_USER }}
16- password : ${{ secrets.SSH_PASSWORD }}
16+ key : ${{ secrets.SSH_PRIVATE_KEY }}
1717 port : ${{ secrets.SSH_PORT || 22 }}
18+ host_key_checking : false
1819 script : |
1920 cd ${{ secrets.BETA_PATH }}
2021 cp .env /tmp/beta.env 2>/dev/null; cp port.txt /tmp/beta.port.txt 2>/dev/null
Original file line number Diff line number Diff line change 1313 with :
1414 host : ${{ secrets.SSH_HOST }}
1515 username : ${{ secrets.SSH_USER }}
16- password : ${{ secrets.SSH_PASSWORD }}
16+ key : ${{ secrets.SSH_PRIVATE_KEY }}
1717 port : ${{ secrets.SSH_PORT || 22 }}
18+ host_key_checking : false
1819 script : |
1920 cd ${{ secrets.MAIN_PATH }}
2021 cp .env /tmp/main.env 2>/dev/null; cp port.txt /tmp/main.port.txt 2>/dev/null
You can’t perform that action at this time.
0 commit comments