Create the following file in your repository:
mkdir -p .github/workflows
touch .github/workflows/deploy.yml
Copy the contents of from workflow-templates/flyyer-yarn.yml to your .github/workflows/deploy.yml
.
Write these two lines on your terminal:
mkdir -p .github/workflows
curl -L https://raw.githubusercontent.com/useflyyer/flyyer-actions/main/workflow-templates/flyyer-yarn.yml --output .github/workflows/deploy.yml
Get your FLYYER_KEY
from https://flyyer.io/settings/keys then add it to your Settings -> Secrets inside the settings of your repository.
- Convert to an actual Github Action.
- Create NPM alternative and make it easy to switch between Yarn and NPM.