Migrate #4
@@ -46,6 +46,8 @@ jobs:
|
||||
chmod 600 ~/.ssh/deploy_key
|
||||
ssh-keyscan ${{ secrets.MY_HOST }} >> ~/.ssh/known_hosts
|
||||
eval $(ssh-agent -s)
|
||||
touch .env
|
||||
echo "$AUTH_SID" > .env
|
||||
ssh-add -v ~/.ssh/deploy_key
|
||||
cargo test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user