hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.27k stars 282 forks source link

🧹 Update deploy-to-prod.yml #5532

Closed Felienne closed 1 month ago

Felienne commented 1 month ago

Allows @jpelay to also deploy (I think, you never know with GitHub actions...)

mergify[bot] commented 1 month ago

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

mergify[bot] commented 1 month ago

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

jpelay commented 1 month ago

Allows @jpelay to also deploy (I think, you never know with GitHub actions...)

So now I just have to go to Heroku and try to deploy?

Felienne commented 1 month ago

Allows @jpelay to also deploy (I think, you never know with GitHub actions...)

So now I just have to go to Heroku and try to deploy?

Not even! You can just go this this action: https://github.com/hedyorg/hedy/actions/workflows/deploy-to-prod.yml and run it (feel free to try)

I only go to Heroku if I need to roll back (let me know if you need help to figure out how)