I see `python deploy.py test` on this doc
https://confluence.atlassian.com/bitbucket/bitbucket-deployments-940695276.html. But I do not see `deploy.py` in this image aneitayang/aws-cli:1.0. Any idea why?
Great question, and sorry for the confusion! That is a example generic name for a python script you might have in your repo to test and deploy your work. Replace that with the name of your script, or add in commands there to run the tests and deploys that you want to do with your code.
Working out what to put in examples is a tricky one; we like to make the examples look as real as possible to be as useful in real world scenarios as possible (as opposed to 'hello world'), but everone's way of working and naming conventions are a bit different.
We are experimenting more with example repos, so you can clone an example and actually see *everything* that is needed and see it working. You should see more of these over time.
I hope this explanation makes sense, and thanks for asking a question that others might also want to know the answer to!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.