We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c7776 commit 50c927aCopy full SHA for 50c927a
deploy.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
#
3
-# deploy the js backend to cloundno.de
+# deploy the js backend to appfog
4
5
-git push cloudnode master
+# NOTE: you may need to run af login first
6
+#
7
+af update regexplanet-xregexp
0 commit comments