trigger immich deploy script

This commit is contained in:
2024-08-11 02:23:29 -07:00
parent f019fdab39
commit 8077690134

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
/root/.cargo/bin/monitor execute stop-stack demo-immich /root/.cargo/bin/monitor --creds /root/.config/monitor/creds.toml execute stop-stack demo-immich
sleep 3s sleep 3s
/root/.cargo/bin/monitor execute deploy-stack demo-immich /root/.cargo/bin/monitor --creds /root/.config/monitor/creds.toml execute deploy-stack demo-immich