Skip to content

Commit c4ad073

Browse files
committed
chore: update readme concourse commands
1 parent 774cbbf commit c4ad073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,21 +219,21 @@ A manual trigger is to be made on the pipeline name `github-copilot-usage-lambda
219219
Once the pipeline has been set, you can manually trigger a dev build on the Concourse UI, or run the following command for non-main branch deployment:
220220

221221
```bash
222-
fly -t aws-sdp trigger-job -j github-copilot-usage-lambda-<branch-name>/build-and-push-dev
222+
fly -t aws-sdp trigger-job -j copilot-usage-lambda-<branch-name>/build-and-push-dev
223223
```
224224

225225
and for main branch deployment:
226226

227227
```bash
228-
fly -t aws-sdp trigger-job -j github-copilot-usage-lambda/build-and-push-dev
228+
fly -t aws-sdp trigger-job -j copilot-usage-lambda/build-and-push-dev
229229
```
230230

231231
#### Destroying a pipeline
232232

233233
To destroy the pipeline, run the following command:
234234

235235
```bash
236-
fly -t aws-sdp destroy-pipeline -p github-copilot-usage-lambda-<branch-name>
236+
fly -t aws-sdp destroy-pipeline -p copilot-usage-lambda-<branch-name>
237237
```
238238

239239
**It is unlikely that you will need to destroy a pipeline, but the command is here if needed.**

0 commit comments

Comments
 (0)