Skip to content

Commit

Permalink
Merge branch 'database-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-david-welch committed Aug 28, 2024
2 parents 6056709 + 56a54f0 commit 961fafb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions server/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ test:
dev:
ENV=development PORT=8000 air

database:
scp -i ~/.ssh/farmec.pem -r ${REMOTE_HOST}:/home/seanwelch/server/bin/database/* ./database/
database-down:
scp -i ~/.ssh/farmec.pem -r ${REMOTE_HOST}:/home/seanwelch/server/bin/database/* ./database/

database-up:
scp -i ~/.ssh/farmec.pem -r ./database/* ${REMOTE_HOST}:/home/seanwelch/server/bin/database/

0 comments on commit 961fafb

Please sign in to comment.