Create release, v14
Some checks failed
Wireguard MFA Windows Agent build / release (push) Failing after 24s
Some checks failed
Wireguard MFA Windows Agent build / release (push) Failing after 24s
This commit is contained in:
parent
9ddee39006
commit
a8a32fa0c4
@ -28,4 +28,8 @@ jobs:
|
|||||||
# wireguard-mfa.exe
|
# wireguard-mfa.exe
|
||||||
# api_key: '${{secrets.CICD_API_TOKEN}}'
|
# api_key: '${{secrets.CICD_API_TOKEN}}'
|
||||||
- name: Distribute file on web
|
- name: Distribute file on web
|
||||||
run: echo '${{secrets.CICD_SSH_KEY}}' | scp -i /dev/stdin wireguard-mfa.exe filehosting:/var/www/git.gibonuddevalla.se/cicd/
|
run: |
|
||||||
|
export SSH_KEY_FILE=$(mktemp)
|
||||||
|
echo '${{secrets.CICD_SSH_KEY}}' >$SSH_KEY_FILE
|
||||||
|
scp -i $SSH_KEY_FILE /dev/stdin wireguard-mfa.exe filehosting:/var/www/git.gibonuddevalla.se/cicd/
|
||||||
|
rm -v $SSH_KEY_FILE
|
||||||
|
Loading…
Reference in New Issue
Block a user