Major changes
This commit is contained in:
+2
-1
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "terraform/k8sapps/**"
|
||||
- "terraform/apps/contabo/**"
|
||||
jobs:
|
||||
iac-apply:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -35,6 +35,7 @@ jobs:
|
||||
- name: Setup Kubernetes Environment
|
||||
uses: ./.github/actions/setup-k8s-env
|
||||
with:
|
||||
host: prod-01.alexpires.me
|
||||
project-id: ${{ secrets.BW_PROJECT_ID }}
|
||||
organization-id: ${{ secrets.BW_ORGANIZATION_ID }}
|
||||
access-token: ${{ secrets.BW_ACCESS_TOKEN }}
|
||||
Reference in New Issue
Block a user