Skip to content

Commit

Permalink
Create cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 authored Feb 13, 2025
1 parent 91d9418 commit b749440
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "Build and Publish, Deploy Docker Image"

on:
workflow_dispatch:
push:
branches:
- "feature/cicd"
paths:
- "**"

jobs:
build-publish:
uses: chnm/.github/.github/workflows/django--build-publish.yml@main
secrets: inherit
with:

container-registry: "ghcr.io"
container-image-name: "apiary"

django-context-root: "."

website-devl-fqdn: "dev.apiary.rrchnm.org"
website-prod-fqdn: "dev.apiary.rrchnm.org"

0 comments on commit b749440

Please sign in to comment.