You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action triggers one or more deployments based on `tag` and `uuid`.
3
+
This GitHub Action triggers one or more deployments to Coolify based on `tag` and `uuid`. It waits until the deployment(s) reach the `finished` status.
4
4
5
-
It waits until the deployment(s) are in the `finished` status.
5
+
## Inputs
6
+
7
+
-`coolify-url` (optional): The Coolify API URL. Default is `https://app.coolify.io`.
8
+
-`api-key` (required): The Coolify API key.
9
+
-`wait` (optional): Seconds to wait for the deployment to finish. Default is `600`.
10
+
-`tag` (optional): Tag name(s). Comma-separated list is also accepted.
11
+
-`uuid` (optional): Resource UUID(s). Comma-separated list is also accepted.
12
+
-`force` (optional): Force rebuild (without cache). Default is `false`.
0 commit comments