summaryrefslogtreecommitdiff
path: root/.makeshiftci/1.json
diff options
context:
space:
mode:
Diffstat (limited to '.makeshiftci/1.json')
-rw-r--r--.makeshiftci/1.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.makeshiftci/1.json b/.makeshiftci/1.json
new file mode 100644
index 0000000..6fad2fa
--- /dev/null
+++ b/.makeshiftci/1.json
@@ -0,0 +1,6 @@
+{
+ "name": "build and deploy homepage",
+ "image": "archlinux:latest",
+ "secrets": { "SECRET_SSH": "/run/secrets/msci/sshkey" },
+ "run": ["./build.sh"]
+}