test
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
- >
|
- >
|
||||||
for stand in $STANDS; do
|
for stand in $STANDS; do
|
||||||
echo -e "Connect to ${stand}..." &&
|
echo -e "Connect to ${stand}..." &&
|
||||||
scp -o StrictHostKeyChecking=no deploy.sh "dorootless@${stand}:~/deploy.sh" &&
|
scp -o StrictHostKeyChecking=no ci/deploy/deploy.sh "dorootless@${stand}:~/deploy.sh" &&
|
||||||
ssh "dorootless@${stand}" "export CONTAINER_REGISTRY=$CONTAINER_REGISTRY &&
|
ssh "dorootless@${stand}" "export CONTAINER_REGISTRY=$CONTAINER_REGISTRY &&
|
||||||
export PRODUCT=$PRODUCT &&
|
export PRODUCT=$PRODUCT &&
|
||||||
export PRODUCT_VERSION=$PRODUCT_VERSION &&
|
export PRODUCT_VERSION=$PRODUCT_VERSION &&
|
||||||
|
|||||||
Reference in New Issue
Block a user