Skip to content

Commit 3a05f46

Browse files
committed
scripts to run & deploy
1 parent b33cf10 commit 3a05f46

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

deploy.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
#
3+
# deploy the js backend to cloundno.de
4+
#
5+
git push cloudnode master

run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
#
3+
# run the RegexPlanet XRegExp backend locally
4+
#
5+
node server.js

0 commit comments

Comments
 (0)