File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - staging
1010 - kdv/dev
1111 - tvl/dev
12+ <<<<<<< HEAD
1213 - rokeppen/githubWorkflow
14+ =======
15+ >>>>>>> 74ad131 (T5753 - Github actions)
1316
1417jobs :
1518 build-and-deploy :
@@ -50,13 +53,14 @@ jobs:
5053 env :
5154 BRANCH_NAME : ${{ github.ref_name }}
5255 with :
53- proxy_host : ${{ secrets.SSHHOST }}
54- proxy_username : ${{ secrets.SSHUSER }}
55- proxy_key : ${{ secrets.SSHKEY }}
56- proxy_port : ${{ secrets.SSHPORT }}
57- host : az-deb-mgmt
58- username : ${{ secrets.SSHUSER }}
59- key : ${{ secrets.SSHKEY }}
56+ proxy_host : ${{ secrets.PROXYHOST }}
57+ proxy_username : ${{ secrets.USER }}
58+ proxy_key : ${{ secrets.KEY }}
59+ proxy_port : ${{ secrets.PROXYPORT }}
60+ host : ${{ secrets.SSHHOST }}
61+ username : ${{ secrets.USER }}
62+ key : ${{ secrets.KEY }}
63+ port : ${{ secrets.SSHPORT }}
6064 envs : BRANCH_NAME
6165 script : |
6266 echo "Github trigger for branch $BRANCH_NAME"
You can’t perform that action at this time.
0 commit comments