Skip to content

Commit

Permalink
Adding cd?
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Marques <me@tylermarques.com>
  • Loading branch information
Tylermarques committed Jun 12, 2024
1 parent f9406c3 commit d9f6728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ jobs:
repository: tylermarques/homelab-infra
ref: main
token: ${{ secrets.GITHUB_TOKEN }}
path: homelab-infra/

- name: Update Manifests
run: |
cd homelab-infra
apt update && apt install -y yq
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
Expand Down

0 comments on commit d9f6728

Please sign in to comment.