Skip to content

Commit

Permalink
Sync script updated to current semester
Browse files Browse the repository at this point in the history
  • Loading branch information
geordi committed Oct 4, 2023
1 parent fcea4ae commit 2fd2b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync_from_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
set -ex
ssh [email protected] pg_dump --clean kelvin | docker exec -i kelvin_db psql -U "$DB_USERNAME" -d "$DB_DATABASE"
rsync -avzP [email protected]:kelvin/tasks .
rsync -avzP [email protected]:kelvin/submits/2022-W submits/
rsync -avzP [email protected]:kelvin/submits/2023-W submits/
rsync -avzP [email protected]:kelvin/survey/surveys survey/

0 comments on commit 2fd2b07

Please sign in to comment.