We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2a078 commit 456773fCopy full SHA for 456773f
1 file changed
bin/deploy
@@ -10,19 +10,21 @@ echo "Deploying branch: $branch"
10
# Deploy a copy of snapCloud
11
pushd ~/snapCloud/ > /dev/null;
12
13
+git fetch
14
git checkout $branch
-git pull origin $branch
15
+# git pull origin $branch
16
# Always init, just incase we add a submodule.
17
git submodule init
18
git submodule update --recursive --remote
19
20
+# TODO: Clean this up...
21
pushd ~/snapCloud/bin/;
-
22
./renew-certs
23
./deploy-certs
24
+popd;
25
+
26
# ./update-snap
27
-popd;
28
29
echo "Updating Dependencies:"
30
sudo luarocks install --only-deps snapcloud-dev-0.rockspec
0 commit comments