Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aoirint/aoirint-blog-deploy
- Owner: aoirint
- License: mit
- Created: 2022-02-20T07:10:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T12:34:03.000Z (9 months ago)
- Last Synced: 2024-04-09T16:54:55.989Z (9 months ago)
- Topics: github-actions, github-pages
- Homepage: https://blog.aoirint.com
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: