flutter_github_actions_basics
flutter_github_actions_basics copied to clipboard
Flutter CI/CD basics with GitHub Actions. Code & Presentation repo for Flutter Scotland event March 11, 2021.
trafficstars
🚀 Ship beautiful apps faster with Flutter & GitHub Actions 🚀
Getting started
To use the workflow for your own repo you simply need to copy the .github folder into your repository and make the following changes.
- Convert your
key.jksfile to a base64 string withopenssl base64 -in key.jks > key.jks.txt -A - Step 2