Add "Hello world" example how to deploy things will CI
Example Github Actions, Bitbucket Pipelines, Travis or Gitlab.
We just need to deploy the echo "hello world"; application. The interesting thing is the CI config.
@robersonfaria
I guess you can make a PR with an example for Bitbucket. If there are any steps you manually need to do in Bitbucket or AWS, just write them down in the readme.
This repository will be moved to the bref organisation when we got some good contents here =)
@Nyholm could you create a bitbucket account for bref for me to use in the CI tutorial? I'll put prints and I think this way is better.
Please add me [email protected] account
I invited you as admin
Would love the see the Github Action to do this. Currently, it looks rather daunting to deploy Bref. So a step by step guide would be most appriciated
@WyriHaximus do you mean "automated deployments" specifically?
If you mean "deployments" in general, this page can help: https://bref.sh/docs/deploy.html If I simplify it roughly, to deploy you need to run serverless deploy.
@mnapoli ok cool because it felt like there is a lot more hidden based on looking at that page.
@WyriHaximus thank you for the feedback, maybe I should move the "How it works" section lower in the page rather than start with that.
@mnapoli Cheers, I'll try to convert a project tonight and provide additional feedback based on that
@WyriHaximus I have edited the "Deploy" documentation to start very simply and clearly.
PR: https://github.com/brefphp/bref/pull/551
Here is a screenshot:

Hopefully that should help the next users, thank you!
I think this pr can be closed, we have GitHub Actions, GitLab, and Bitbucket examples in the CI/ directory. The travis folder is empty, but could have its own issue requesting an example.
Thanks