Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
erjanmx committed Jun 2, 2022
1 parent 0a9f3aa commit f2317d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion update-topics.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
!/bin/bash
#!/bin/bash

git reset --hard origin/master
git pull

source ~/.nvm/nvm.sh
npm start

git add db/topics.json
git commit -m "Update topics"
git push origin master

0 comments on commit f2317d6

Please sign in to comment.