Skip to content

Commit 50c927a

Browse files
committed
deploy script changed to AppFog
1 parent 09c7776 commit 50c927a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deploy.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22
#
3-
# deploy the js backend to cloundno.de
3+
# deploy the js backend to appfog
44
#
5-
git push cloudnode master
5+
# NOTE: you may need to run af login first
6+
#
7+
af update regexplanet-xregexp

0 commit comments

Comments
 (0)