Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
berinaniesh committed Nov 1, 2023
1 parent 0e7fd10 commit c8a1268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
ssh-keyscan -H tncars.pp.ua > ~/.ssh/known_hosts
- name: Deploy
run: scp target/debug/bible-api [email protected]:/home/berinaniesh/tmp/bible-api
run: scp target/release/bible-api [email protected]:/home/berinaniesh/tmp/bible-api

0 comments on commit c8a1268

Please sign in to comment.