diff options
| author | toufic ar <contact@toufy.me> | 2026-07-07 18:29:43 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-07-07 18:29:43 +0300 |
| commit | f7da804e40b990e5f1ee2214a2e2e4984d704f16 (patch) | |
| tree | afec975241b8feaf40c72c924217a6a724461c51 /.makeshiftci/1.json | |
| download | website-f7da804e40b990e5f1ee2214a2e2e4984d704f16.tar.gz website-f7da804e40b990e5f1ee2214a2e2e4984d704f16.zip | |
initial commit
Diffstat (limited to '.makeshiftci/1.json')
| -rw-r--r-- | .makeshiftci/1.json | 6 |
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"] +} |
