Skip to content

Commit

Permalink
feat: add streamlit deployment guide part 2 draft
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGoosen committed Jun 17, 2024
1 parent 64e1be7 commit 2ba13c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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
---
2 changes: 1 addition & 1 deletion src/data/categories.ts
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

0 comments on commit 2ba13c6

Please sign in to comment.