Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Update module github.com/emortalmc/proto-specs/gen/go to v0.0.0-20240502205605-cd9d53dc3c61 - autoclosed #143

Update module github.com/emortalmc/proto-specs/gen/go to v0.0.0-20240502205605-cd9d53dc3c61 - autoclosed

Update module github.com/emortalmc/proto-specs/gen/go to v0.0.0-20240502205605-cd9d53dc3c61 - autoclosed #143

Workflow file for this run

name: "Build and push"
on:
push:
branches: [main]
pull_request: {}
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: "emortalmc/actions/go/lint@main"
publish:
needs: "lint"
runs-on: "ubuntu-latest"
steps:
- uses: "emortalmc/actions/go/publish-single@main"
with:
registry-password: "${{ secrets.GITHUB_TOKEN }}"
deploy:
needs: "publish"
runs-on: "ubuntu-latest"
if: "github.ref == 'refs/heads/main'"
steps:
- uses: "emortalmc/actions/argo-sync@main"
with:
deployment-name: "relationship-manager"
values-path: "service/values/relationship-manager.yaml"
deployments-repo-token: "${{ secrets.DEPLOYMENTS_REPO_TOKEN }}"