https://github.com/useflyyer/flyyer-actions
Github Actions and Workflows to automatically deploy your Flyyer.io decks.
https://github.com/useflyyer/flyyer-actions
ci deployment flyyer github-action og-image seo
Last synced: 2 months ago
JSON representation
Github Actions and Workflows to automatically deploy your Flyyer.io decks.
- Host: GitHub
- URL: https://github.com/useflyyer/flyyer-actions
- Owner: useflyyer
- License: mit
- Created: 2020-10-25T19:02:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T21:33:39.000Z (over 4 years ago)
- Last Synced: 2025-06-13T17:49:44.818Z (10 months ago)
- Topics: ci, deployment, flyyer, github-action, og-image, seo
- Homepage: https://github.com/useflyyer/flyyer-actions/blob/main/workflow-templates/flayyer-yarn.yml
- Size: 1.2 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flyyer Actions and Workflows for GitHub

## Create workflow file
Create the following file in your repository:
```sh
mkdir -p .github/workflows
touch .github/workflows/deploy.yml
```
Copy the contents of from [workflow-templates/flyyer-yarn.yml](./workflow-templates/flyyer-yarn.yml) to your `.github/workflows/deploy.yml`.
### Via `curl`:
Write these two lines on your terminal:
```sh
mkdir -p .github/workflows
curl -L https://raw.githubusercontent.com/useflyyer/flyyer-actions/main/workflow-templates/flyyer-yarn.yml --output .github/workflows/deploy.yml
```
## Add `FLYYER_KEY` to your Github's secrets
Get your `FLYYER_KEY` from [https://flyyer.io/settings/keys](https://flyyer.io/settings/keys) then add it to your **Settings -> Secrets** inside the settings of your repository.

## Help needed
- Convert to an actual Github Action.
- Create NPM alternative and make it easy to switch between Yarn and NPM.