Skip to content

Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.6 #132

Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.6

Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.6 #132

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Deploy phisix-4
on:
push:
branches: [ "master" ]
jobs:
deploy-4:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- uses: 'google-github-actions/auth@v0'
with:
credentials_json: '${{ secrets.PHISIX_4_KEY }}'
- name: Test Deploy
run: mvn -B clean package appengine:deploy -Pphisix-4 --file pom.xml