Skip to content

Flutter CI/CD basics with GitHub Actions. Code & Presentation repo for Flutter Scotland event March 11, 2021.

Notifications You must be signed in to change notification settings

daniil-shumko/flutter_github_actions_basics

Repository files navigation

🚀 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.

  1. Convert your key.jks file to a base64 string with openssl base64 -in key.jks > key.jks.txt -A
  2. Step 2

About

Flutter CI/CD basics with GitHub Actions. Code & Presentation repo for Flutter Scotland event March 11, 2021.

Resources

Stars

Watchers

Forks