diff options
| author | toufic ar <contact@toufy.me> | 2026-06-23 02:05:05 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-06-23 02:05:05 +0300 |
| commit | bc7189651993fc905b1a5cdd0a4cd69dba783cb3 (patch) | |
| tree | 2f16d7f68207793c5390ad1f19ee891db69d123b /.makeshiftci | |
| parent | 883b6398a50e3c34cdc95b870748a458c0cbbaab (diff) | |
| download | servers-bc7189651993fc905b1a5cdd0a4cd69dba783cb3.tar.gz servers-bc7189651993fc905b1a5cdd0a4cd69dba783cb3.zip | |
add msci
Diffstat (limited to '.makeshiftci')
| -rw-r--r-- | .makeshiftci/1.json | 8 | ||||
| -rw-r--r-- | .makeshiftci/2.json | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/.makeshiftci/1.json b/.makeshiftci/1.json new file mode 100644 index 0000000..8be3bbb --- /dev/null +++ b/.makeshiftci/1.json @@ -0,0 +1,8 @@ +{ + "name": "update flake.nix", + "image": "nixos:latest", + "secrets": { + "SECRET_SSH": "/run/secrets/msci/sshkey" + }, + "run": ["./update.sh"] +} 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"] +} |
