mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-04-19 23:46:53 +00:00
checking if key prints
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 2m17s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 2m17s
This commit is contained in:
parent
19f5b905bb
commit
c589798cf3
@ -41,6 +41,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
eval "$(ssh-agent -s)"
|
eval "$(ssh-agent -s)"
|
||||||
echo ${{ secrets.SSH_PRIVATE_KEY }}
|
echo ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
# ssh-add - <<< ${{ secrets.SSH_PRIVATE_KEY }}
|
|
||||||
ssh-keyscan -H 10.0.1.5 >> ~/.ssh/known_hosts
|
ssh-keyscan -H 10.0.1.5 >> ~/.ssh/known_hosts
|
||||||
ssh root@10.0.1.5 -t "cd /mnt && docker compose pull portal-ui portal-ui && docker compose up -d portal-ui portal-ui"
|
ssh root@10.0.1.5 -t "cd /mnt && docker compose pull portal-ui portal-ui && docker compose up -d portal-ui portal-ui"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user