Skip to content

Commit

Permalink
Update deployment CI to pull manifest from infra repo (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering authored Sep 19, 2023
1 parent b45487c commit bfdac01
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@ jobs:
environment: production

steps:
# Check out the private "kubernetes" repository in the `kubernetes`
# subdirectory using a GitHub Personal Access Token
- name: Checkout Kubernetes Repository
uses: actions/checkout@v4
with:
repository: python-discord/kubernetes
path: kubernetes
repository: python-discord/infra
path: infra

- uses: azure/setup-kubectl@v3

Expand All @@ -73,5 +71,5 @@ jobs:
uses: Azure/k8s-deploy@v4
with:
manifests: |
kubernetes/namespaces/default/sir-lancebot/deployment.yaml
infra/kubernetes/namespaces/default/sir-lancebot/deployment.yaml
images: 'ghcr.io/python-discord/sir-lancebot:${{ inputs.sha-tag }}'

0 comments on commit bfdac01

Please sign in to comment.