aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 6351fbd..e63e01d 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,4 +1,9 @@
#!/usr/bin/env bash
+# more like build + deploy
+
+docker run --rm -it \
+ -v $(pwd):/src \
+ klakegg/hugo:latest
source .env
docker run -t --rm \