Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aoirint/aoirint-blog-deploy

Deploy workflow of blog.aoirint.com
https://github.com/aoirint/aoirint-blog-deploy

github-actions github-pages

Last synced: about 1 month ago
JSON representation

Deploy workflow of blog.aoirint.com

Awesome Lists containing this project

README

        

# aoirint-blog-deploy

-

Repository to deploy blog.aoirint.com.

[![Deploy](https://github.com/aoirint/aoirint-blog-deploy/actions/workflows/docker-deploy.yml/badge.svg)](https://github.com/aoirint/aoirint-blog-deploy/actions/workflows/docker-deploy.yml)

## Deploy workflow

```mermaid
flowchart TB
subgraph legend
branch[repo: branch]
workflow([repo: workflow])
end
gatsby[aoirint/aoirint-blog-gatsby2: main]--push-->gatsby-dispatch
gatsby-dispatch([aoirint/aoirint-blog-gatsby2: Dispatch workflow])--workflow_dispatch-->deploy([aoirint/aoirint-blog-deploy: Deploy to GitHub Pages])
contents[aoirint/aoirint-blog-contents: main]--push-->contents-dispatch
contents-dispatch([aoirint/aoirint-blog-contents: Dispatch workflow])--workflow_dispatch-->deploy
this[aoirint/aoirint-blog-deploy: main]--push-->deploy
```

- Deploy:
- Gatsby:
- Contents: