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