mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
update gitignore & fix restart-discussd.sh path
This commit is contained in:
parent
2b0c4dfeea
commit
827ca071db
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
|
.bundle
|
||||||
_blog
|
_blog
|
||||||
public/js/*.js
|
public/js/*.js
|
||||||
public/css/*.css
|
public/css/*.css
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -32,7 +32,7 @@ publish_blog: blog publish_assets
|
||||||
scp public/blog/posts.json bohodev.net:discussd/posts.json
|
scp public/blog/posts.json bohodev.net:discussd/posts.json
|
||||||
scp discussd/discussd.js bohodev.net:discussd/discussd.js
|
scp discussd/discussd.js bohodev.net:discussd/discussd.js
|
||||||
scp public/s42/.htaccess samhuri.net:s42.ca/.htaccess
|
scp public/s42/.htaccess samhuri.net:s42.ca/.htaccess
|
||||||
ssh bohodev.net restart-discussd.sh
|
ssh bohodev.net bin/restart-discussd.sh
|
||||||
|
|
||||||
publish_proj: proj publish_assets
|
publish_proj: proj publish_assets
|
||||||
@echo
|
@echo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue