Spaces:
Running
Running
Commit ·
ade7f0e
1
Parent(s): 6091049
add pull script
Browse files- .gitignore +1 -0
- pull.sh +1 -0
.gitignore
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
node_modules
|
| 2 |
dist
|
|
|
|
| 3 |
.DS_Store
|
| 4 |
.env
|
| 5 |
@@export_177ba1326b.zip
|
|
|
|
| 1 |
node_modules
|
| 2 |
dist
|
| 3 |
+
deploy.sh
|
| 4 |
.DS_Store
|
| 5 |
.env
|
| 6 |
@@export_177ba1326b.zip
|
pull.sh
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
git pull origin HEAD && pm2 restart semibit-media-render-farm
|