We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf46cc commit e037c1bCopy full SHA for e037c1b
docs/concepts/one_off_jobs.md
@@ -9,10 +9,6 @@ Defang enables you to run one-off jobs during your deployment workflow. One-off
9
10
One-off jobs are run a single time, and failure to run a one-off job will cause the entire deployment to fail.
11
12
-:::info
13
-Currently, AWS and GCP are supported for one-off jobs. Support for Digital Ocean is coming soon.
14
-:::
15
-
16
## When should one-off jobs be used?
17
One-off jobs are useful for running commands that need to be executed before your application starts. Common use cases include:
18
0 commit comments