Skip to content

Commit

Permalink
feat(cd): added cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Jul 19, 2023
1 parent 80871a1 commit 38b8b91
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Continuous Deployment

on:
push:
branches:
- main

jobs:
deployment:
runs-on: ubuntu-latest
steps:
-
name: Create release
id: release-please
uses: google-github-actions/release-please-action@v3
with:
release-type: python
package-name: workflow
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Workflow

[![Continuous Integration](https://github.com/CHIMEFRB/workflow/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/CHIMEFRB/workflow/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/CHIMEFRB/workflow/badge.svg?branch=main&t=WaYxol)](https://coveralls.io/github/CHIMEFRB/workflow?branch=main)

---
<p align="center">
<a href="Some Love">
<img src="https://forthebadge.com/images/badges/built-with-love.svg">
</a>
</p>

0 comments on commit 38b8b91

Please sign in to comment.