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