From 608612198220c533b65e928e64fa92d9f13cb05e Mon Sep 17 00:00:00 2001 From: Dan Robertson Date: Tue, 12 Jul 2016 12:53:40 +0100 Subject: [PATCH] ensure content gets uploaded --- scripts/push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/push b/scripts/push index 6ea5f51..bf577cf 100755 --- a/scripts/push +++ b/scripts/push @@ -16,6 +16,6 @@ fi ts=$(timestamp) cd /var/www/html -git add * +git add . git commit -a -m "push from container $ts" git push