Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
ci: ignore secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
foxminchan committed Jun 10, 2024
1 parent 8e3f49a commit 0adc7de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
mnt/
keys/
certificates/
*.secrets

# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore

Expand Down
11 changes: 6 additions & 5 deletions src/RookieShop.AppHost/aspirate-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"inputPath": "aspirate-output",
"outputPath": "aspirate-output",
"namespace": "rookieshop",
"containerImageTags": ["latest"],
"containerImageTags": [
"latest"
],
"imagePullPolicy": "IfNotPresent",
"containerBuilder": "docker",
"kubeContext": "k3d-rookieshop",
"kubeContext": "k3d-foxminchan",
"outputFormat": "kustomize",
"skipFinalKustomizeGeneration": false,
"privateRegistryEmail": "aspir8@aka.ms",
Expand Down Expand Up @@ -74,6 +76,5 @@
"StripeSettings__StripeWebhookSecret": "FUviPyDnEdIv95LEZEi6gQh0Qm80yjoYKvXqckSJ7IeAs17fHVmDfLzGaoRdMDrl1z8DO7sykxAqULeHPwCMoh\u002B32Weu30AZmHMzwhkSuOMgdXDEMIGkT2hAcQ/UwrM/S/g="
}
}
},
"processAllComponents": true
}
}
}

0 comments on commit 0adc7de

Please sign in to comment.