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

Commit c4aa0b9

Browse files
authored
Merge pull request #9293 from #9293
Update git add command for cloud cron configuration
2 parents c7d14ff + bce6c86 commit c4aa0b9

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)