Skip to content

chore(deps): bump logback-classic from 1.4.11 to 1.4.14 (#178) #19

chore(deps): bump logback-classic from 1.4.11 to 1.4.14 (#178)

chore(deps): bump logback-classic from 1.4.11 to 1.4.14 (#178) #19

Workflow file for this run

name: staging
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
release_draft:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
sonar:
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- name: Checkout / Setup JDK 11 / SBT-Cache
uses: rodobarcaaa/action-jdk-sbt-cache@main
with:
token: ${{ secrets.GH_PAT }}
- run: docker-compose up -d
- run: sbt -Dsonar.login=${{ secrets.SONAR_TOKEN }} sonar
- run: docker rm -f -v bookstore-db
staging:
needs: [ sonar ]
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Dispatch Auto Deploy
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_PAT }}
repository: rodobarcaaa/tapir-http4s-seed
event-type: deploy
client-payload: '{"tag": "main", "environment": "staging"}'