Skip to content

Big battle refactor #19

Big battle refactor

Big battle refactor #19

Workflow file for this run

name: "Build and deploy"
on:
push:
branches: [main]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "emortalmc/actions/java/build@main"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
deploy:
needs: "build"
runs-on: "ubuntu-latest"
steps:
- uses: "emortalmc/actions/k8s-sync@main"
with:
manifest-path: "fleet.yaml"