Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Production / deploy (push) Failing after 59s
Some checks failed
Deploy to Production / deploy (push) Failing after 59s
This commit is contained in:
@@ -25,6 +25,8 @@ jobs:
|
|||||||
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_rsa
|
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
ssh-keyscan -H ${{ secrets.HOST }} >> ~/.ssh/known_hosts
|
ssh-keyscan -H ${{ secrets.HOST }} >> ~/.ssh/known_hosts
|
||||||
|
ssh-keyscan -H localhost >> ~/.ssh/known_hosts
|
||||||
|
ssh-keyscan -H 127.0.0.1 >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: dep deploy calorie
|
run: dep deploy calorie
|
||||||
Reference in New Issue
Block a user