Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 21f0fe2

Browse files
Update git add command for cloud cron configuration
1 parent 1e15649 commit 21f0fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/configure/setup-cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To add custom crons:
155155
1. Add, commit, and push code changes.
156156

157157
```bash
158-
git add -A && git commit -m "cron config updates" && git push origin <branch-name>
158+
git add .magento.app.yaml && git commit -m "cron config updates" && git push origin <branch-name>
159159
```
160160

161161
## Update custom cron jobs {#update}

0 commit comments

Comments
 (0)