Skip to content

Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 #133

Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13

Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 #133

# 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-3
on:
push:
branches: [ "master" ]
jobs:
deploy-3:
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_3_KEY }}'
- name: Test Deploy
run: mvn -B clean package appengine:deploy -Pphisix-3 --file pom.xml