Skip to content

Commit fde43a3

Browse files
author
Koen De Voegt
committed
T5753 - Github actions
1 parent 6deae82 commit fde43a3

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ on:
99
- staging
1010
- kdv/dev
1111
- tvl/dev
12+
<<<<<<< HEAD
1213
- rokeppen/githubWorkflow
14+
=======
15+
>>>>>>> 74ad131 (T5753 - Github actions)
1316

1417
jobs:
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"

0 commit comments

Comments
 (0)