Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Production / deploy (push) Failing after 1m2s
Some checks failed
Deploy to Production / deploy (push) Failing after 1m2s
This commit is contained in:
@@ -25,8 +25,7 @@ jobs:
|
||||
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
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
|
||||
ssh-keyscan -H caloriethingy.com >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Deploy
|
||||
run: dep deploy calorie
|
||||
Reference in New Issue
Block a user