Skip to content

Commit

Permalink
Update deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman authored Oct 1, 2023
1 parent 753364a commit 3985ae6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
deploy:
needs: "publish"
runs-on: "ubuntu-latest"
if: "github.ref == 'refs/heads/main'"
steps:
- uses: "emortalmc/actions/k8s-sync@main"
- uses: "emortalmc/actions/argo-sync@main"
with:
manifest-path: "deployment.yaml"
deployment-name: "mc-player-service"
values-path: "service/values/mc-player-service.yaml"
deployments-repo-token: "${{ secrets.DEPLOYMENTS_REPO_TOKEN }}"

0 comments on commit 3985ae6

Please sign in to comment.