Skip to content

Commit

Permalink
fix(deploy-backend.yaml): simplify KUBECONFIG path to use direct refe…
Browse files Browse the repository at this point in the history
…rence

The KUBECONFIG environment variable path is simplified by directly using the predefined KUBECONFIG_FOLDER variable. This change ensures that the path is constructed more clearly and reduces redundancy in the configuration.
  • Loading branch information
cybersiddhu committed Jul 2, 2024
1 parent 581477e commit ca38464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ on:
env:
DAGGER_BIN_PATH: /tmp/dag/bin
KUBECONFIG_FOLDER: /tmp/config
KUBECONFIG: ${KUBECONFIG_FOLDER}/dictycr.yaml
KUBECONFIG: /tmp/config/dictycr.yaml
PULUMI_MODULE: github.com/dictybase-docker/dagger-of-dcr/pulumi-ops@main

jobs:
Expand Down

0 comments on commit ca38464

Please sign in to comment.