summaryrefslogtreecommitdiff
path: root/.makeshiftci/2.json
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-06-23 02:05:05 +0300
committertoufic ar <contact@toufy.me>2026-06-23 02:05:05 +0300
commitbc7189651993fc905b1a5cdd0a4cd69dba783cb3 (patch)
tree2f16d7f68207793c5390ad1f19ee891db69d123b /.makeshiftci/2.json
parent883b6398a50e3c34cdc95b870748a458c0cbbaab (diff)
downloadservers-bc7189651993fc905b1a5cdd0a4cd69dba783cb3.tar.gz
servers-bc7189651993fc905b1a5cdd0a4cd69dba783cb3.zip
add msci
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"]
+}