We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6b0ac commit 107788fCopy full SHA for 107788f
.github/workflows/deploy-env.yaml
@@ -47,5 +47,7 @@ jobs:
47
run: |
48
echo "${{ secrets.ENVRC }}" > .envrc.local
49
source .envrc.local
50
+ which aws || true
51
nix develop
52
+ which aws
53
echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1@us-east-1' }}.apply
0 commit comments