Skip to content

Commit

Permalink
Refactor deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
ce0la committed Jul 26, 2024
1 parent 107788f commit 1882421
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
echo "${{ secrets.ENVRC }}" > .envrc.local
source .envrc.local
which aws || true
nix develop
which aws
echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1@us-east-1' }}.apply
nix develop -L --command bash -c '
set -euo pipefail
echo "yes" | nix run .#cardano-services.${{ inputs.environment || "ops-preview-1@us-east-1" }}.apply
'

0 comments on commit 1882421

Please sign in to comment.