From: Silvio Rhatto Date: Sun, 14 Nov 2010 12:48:41 +0000 (-0200) Subject: Deploying to a specific commit X-Git-Tag: 0.1~388 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d5fcbe970289d8246e6e3db4249a0bb6dc75cfb8;p=hydra.git Deploying to a specific commit --- diff --git a/share/hydra/deploy b/share/hydra/deploy index 81f29ca..93f2b51 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -9,6 +9,7 @@ hydra_config_load # Command line arguments ORIGIN="$1" +COMMIT="1c975d65f221eb78baf2808893c059091740da2a" # Build node list NODES="`hydra $HYDRA nodes`" @@ -19,17 +20,17 @@ if [ -z "$ORIGIN" ]; then fi # Deploy -# TODO: code signature for node in $NODES; do echo "Deploying to $node..." ssh -o ConnectTimeout=15 $node <