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 b0df90f commit 0b82d85Copy full SHA for 0b82d85
deploy.sh
@@ -1,7 +1,5 @@
1
+#!/bin/bash
2
#
-# deploy php engine to AppFog
3
+# deploy to NearlyFreeSpeech
4
-# you may need to af login first
5
-#
6
-cd www
7
-af update regexplanet-php
+scp -i /etc/fileformatnet/nfsnet.pem www/* fileformat_regexplanet-php@ssh.phx.nearlyfreespeech.net:/home/public
0 commit comments