You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below command is showing different questions than the one showing in the Workshop. Please find below the new questions and what I've answered that worked similarly:
$ copilot pipeline init
Repository URL: https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/ecsdemo-frontend
Your pipeline will follow branch 'main'.
Pipeline name: ecsdemo-frontend-main
What type of continuous delivery pipeline is this? Workloads
1st stage: test
✔ Wrote the pipeline manifest for ecsdemo-frontend at 'copilot/pipelines/ecsdemo-frontend-main/manifest.yml'
The manifest contains configurations for your pipeline.
Update the file to add stages, change the tracked branch, add test commands or manual approval actions.
✔ Wrote the buildspec for the pipeline's build stage at 'copilot/pipelines/ecsdemo-frontend-main/buildspec.yml'
The buildspec contains the commands to push your container images, and generate CloudFormation templates.
Update the "build" phase to unit test your services before pushing the images.
Required follow-up actions:
- Commit and push the copilot/ directory to your repository.
- Run `copilot pipeline deploy` to create your pipeline.
Also, I didn't run the copilot pipeline deploy command as requested. I just followed the workshop and it worked fine for me.
The text was updated successfully, but these errors were encountered:
Hello team,
The below command is showing different questions than the one showing in the Workshop. Please find below the new questions and what I've answered that worked similarly:
Also, I didn't run the
copilot pipeline deploy
command as requested. I just followed the workshop and it worked fine for me.The text was updated successfully, but these errors were encountered: