Skip to content

Commit 804b9c0

Browse files
Merge pull request #1499 from input-output-hk/release/be/0.30.1
Release/be/0.30.1
2 parents 7b57a20 + f2eddc2 commit 804b9c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cardano-services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: aws-actions/[email protected]
1111
with:
1212
aws-region: us-east-1
13-
role-to-assume: ${{ contains(github.ref, "release/") && 'arn:aws:iam::926093910549:role/eks-admin'
13+
role-to-assume: ${{ contains(github.ref, 'release/') && 'arn:aws:iam::926093910549:role/eks-admin'
1414
|| 'arn:aws:iam::926093910549:role/eks-devs' }}
1515
- name: 🚀 Deploy
1616
run: 'echo "yes" | nix run .#cardano-services.${{inputs.target}}.${{inputs.action}}

nix/cardano-services/deployments/ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
extraSteps = lib.singleton {
2020
uses = "aws-actions/[email protected]";
2121
"with" = {
22-
role-to-assume = "\${{ contains(github.ref, \"release/\") && 'arn:aws:iam::926093910549:role/eks-admin' || 'arn:aws:iam::926093910549:role/eks-devs' }}";
22+
role-to-assume = "\${{ contains(github.ref, 'release/') && 'arn:aws:iam::926093910549:role/eks-admin' || 'arn:aws:iam::926093910549:role/eks-devs' }}";
2323
aws-region = "us-east-1";
2424
};
2525
};

nix/cardano-services/deployments/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ in
4242
name = "${final.namespace}-cardanojs";
4343
chart = ./Chart.yaml;
4444
context = "eks-devs";
45-
kubeconfig = "$PRJ_ROOT/.kube/${final.region}";
45+
kubeconfig = ../../local/kubeconfig + "/${final.region}";
4646

4747
utils = {
4848
mkPodEnv = lib.mapAttrsToList (

0 commit comments

Comments
 (0)