Skip to content

Commit

Permalink
Merge pull request #1499 from input-output-hk/release/be/0.30.1
Browse files Browse the repository at this point in the history
Release/be/0.30.1
  • Loading branch information
gytis-ivaskevicius authored Oct 3, 2024
2 parents 7b57a20 + f2eddc2 commit 804b9c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cardano-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: aws-actions/[email protected]
with:
aws-region: us-east-1
role-to-assume: ${{ contains(github.ref, "release/") && 'arn:aws:iam::926093910549:role/eks-admin'
role-to-assume: ${{ contains(github.ref, 'release/') && 'arn:aws:iam::926093910549:role/eks-admin'
|| 'arn:aws:iam::926093910549:role/eks-devs' }}
- name: 🚀 Deploy
run: 'echo "yes" | nix run .#cardano-services.${{inputs.target}}.${{inputs.action}}
Expand Down
2 changes: 1 addition & 1 deletion nix/cardano-services/deployments/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
extraSteps = lib.singleton {
uses = "aws-actions/[email protected]";
"with" = {
role-to-assume = "\${{ contains(github.ref, \"release/\") && 'arn:aws:iam::926093910549:role/eks-admin' || 'arn:aws:iam::926093910549:role/eks-devs' }}";
role-to-assume = "\${{ contains(github.ref, 'release/') && 'arn:aws:iam::926093910549:role/eks-admin' || 'arn:aws:iam::926093910549:role/eks-devs' }}";
aws-region = "us-east-1";
};
};
Expand Down
2 changes: 1 addition & 1 deletion nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ in
name = "${final.namespace}-cardanojs";
chart = ./Chart.yaml;
context = "eks-devs";
kubeconfig = "$PRJ_ROOT/.kube/${final.region}";
kubeconfig = ../../local/kubeconfig + "/${final.region}";

utils = {
mkPodEnv = lib.mapAttrsToList (
Expand Down

0 comments on commit 804b9c0

Please sign in to comment.