-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite deploy.sh to Ruby #6
Comments
Seems like we have a few options to choose from: Then we have ready GitHub Actions that aren't necessarily written in Ruby, but may still support what we need so we don't have to write and test it ourselves: I'm a bit torn. None existing solutions seems to fit the bill perfectly. The Rake tasks are outdated and tailored towards Travis. Perhaps we could fork one of them? The GitHub Actions don't really help us in any way, since they are written in Bash, only the first one have tests and I think we would need to fork or pull-request them to support our needs. |
I just discovered GitHub Pages Action that is written in TypeScript and seems very full-featured. |
Nice find! |
The
deploy.sh
script is becoming quite fat and since our container already has Ruby bundled, it would be better if the script was written in Ruby. Having the script in Ruby over Bash is better just in and of itself, but having it in Ruby would also allow us to add simple and fast RSpec tests for it instead of having to run the container for every little thing.The text was updated successfully, but these errors were encountered: