This commit is contained in:
@@ -17,8 +17,12 @@ jobs:
|
|||||||
|
|
||||||
- uses: webfactory/ssh-agent@v0.9.0
|
- uses: webfactory/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.SSH_KEY_PERSO }}
|
ssh-private-key: ${{ secrets.SSH_KEY_PORTFOLIO }}
|
||||||
|
|
||||||
|
- name: Add remote host to known_hosts
|
||||||
|
run: |
|
||||||
|
mkdir -p ~/.ssh
|
||||||
|
ssh-keyscan -H git.ale-pri.com >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user