Skip to content

Commit

Permalink
feat: add CI and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricalsoul committed Nov 17, 2024
1 parent 6985265 commit 81012c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- fm-integration
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,20 +36,6 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: |
"ghcr.io/${{ github.repository }}:latest"
"ghcr.io/${{ github.repository }}:fm-latest"
"ghcr.io/${{ github.repository }}:${{ steps.version.outputs.current-version}}-${{ github.run_id }}"
labels: "version=${{ steps.version.outputs.current-version}}-${{ github.run_id }}"

deploy-stage:
name: "Staging deploy"
runs-on: ubuntu-latest
needs: build
environment: staging

steps:
- name: Deploy Stage
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.DEPLOY_WEBHOOK_URL }}
method: 'POST'
timeout: 30000
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
![header](https://i.pinimg.com/originals/b5/76/8c/b5768c9048a65fb39a55ed3c53e6427e.jpg)

## ditto image generator

ditto is a powerful microservice for generating on-the-go images.

0 comments on commit 81012c1

Please sign in to comment.