Migrate #4

Merged
phoenix merged 26 commits from migrate into v0.1.x 2026-06-06 17:47:45 -04:00
Showing only changes of commit be7eeec63b - Show all commits
+2 -2
View File
@@ -46,9 +46,9 @@ 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
cp .env.sample .env
cargo test
fmt: