File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,21 +219,21 @@ A manual trigger is to be made on the pipeline name `github-copilot-usage-lambda
219219Once 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
225225and 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
233233To 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.**
You can’t perform that action at this time.
0 commit comments