generated from danielcgilibert/blog-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add streamlit deployment guide part 2 draft
- Loading branch information
1 parent
64e1be7
commit 2ba13c6
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
src/content/blog/streamlit-deployment-guide-part-2-gitHub-workflow.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
heroImage: /src/assets/images/bg.jpg | ||
category: CI/CD | ||
description: >- | ||
Configure a GitHub workflow to build the Dockerfile and publish the image to | ||
ghcr.io | ||
pubDate: 2024-06-17T22:00:00.000Z | ||
draft: true | ||
tags: | ||
- github actions | ||
- github | ||
- docker | ||
title: >- | ||
Streamlit Deployment Guide Part 2: GitHub Workflow for Building and Publishing | ||
to ghcr.io | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// List of categories for blog posts, Development, CI/CD | ||
export const CATEGORIES = ['DevOps', 'Containers'] as const | ||
export const CATEGORIES = ['DevOps', 'Containers', 'CI/CD'] as const |