Skip to content

Commit b633b33

Browse files
committed
docs(srv): update
1 parent 1e51b88 commit b633b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/serverless-jobs/how-to/execute-complex-commands.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Your file can now be passed to your Serverless Job as a secret reference.
5858

5959
6. Enter a CRON schedule to run your job periodically. Refer to the [dedicated documentation](/serverless-jobs/reference-content/cron-schedules/) on CRON schedules.
6060

61-
7. Add your command file as a [secrets reference](/serverless-functions/concepts/#secrets). Refer to the [dedicated documentation] on secrets for more information.
61+
7. From the **Data** tab, add your command file as a [secrets reference](/serverless-functions/concepts/#secrets). Refer to the [dedicated documentation] on secrets for more information.
6262

63-
8. Add the following startup command to call your file:
63+
8. From the **Execution** tab, add the following startup command to call your file:
6464
```sh
6565
bash /complex_command.sh start
6666
```

0 commit comments

Comments
 (0)