ruby / TryRuby

This 4th iteration of TryRuby is a website where you can learn the Ruby language.
https://try.ruby-lang.org
MIT License
226 stars 97 forks source link

Deploy master on production #72

Closed aleksandrilyin closed 4 years ago

aleksandrilyin commented 4 years ago

Update site.

hsbt commented 4 years ago

@easydatawarehousing I added auto-deploy configuration used GitHub Actions.

see https://github.com/ruby/TryRuby/blob/master/.github/workflows/deploy.yml

When we pushed master branch, It was triggered.

aleksandrilyin commented 4 years ago

Thank you!

easydatawarehousing commented 4 years ago

Cool ! Github actions is a very nice feature. Inspired by Bitbucket pipelines ;)