-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test * new cd file * step * format * typo * typo * test git tag * test release * yaml
- Loading branch information
1 parent
4f9ee81
commit 0d6f797
Showing
5 changed files
with
70 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
on: | ||
release: | ||
types: [published] | ||
jobs: | ||
build: | ||
name: Releasing | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Azure Login | ||
uses: Azure/login@v1 | ||
with: | ||
creds: ${{ secrets.AZURE_CREDENTIALS }} | ||
- name: Helm tool installer | ||
uses: Azure/setup-helm@v1 | ||
- name: Kubectl tool installer | ||
uses: Azure/setup-kubectl@v1 | ||
- name: Get Kubeconfig | ||
env: # Or as an environment variable | ||
AKS_CLUSTER_NAME: ${{ secrets.AKS_CLUSTER_NAME }} | ||
AKS_CLUSTER_RG_NAME: ${{ secrets.AKS_CLUSTER_RG_NAME }} | ||
run: | | ||
az aks get-credentials -n $AKS_CLUSTER_NAME -g $AKS_CLUSTER_RG_NAME | ||
kubectl get pods --all-namespaces | ||
- name: Update Charts | ||
run: | | ||
make helm-upgrade-publisher | ||
make helm-upgrade-worker | ||
make helm-upgrade-client | ||
kubectl get pods --all-namespaces |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ node_modules | |
bin | ||
ihaq-* | ||
.env | ||
spn.json | ||
**.pub | ||
juihaq | ||
sshkey | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters