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 1882421 commit 66165df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
source .envrc.local
nix develop -L --command bash -c '
set -euo pipefail
echo "yes" | nix run .#cardano-services.${{ inputs.environment || "ops-preview-1@us-east-1" }}.apply
echo "yes" | nix run .#cardano-services.${{ inputs.environment || \'ops-preview-1@us-east-1\' }}.apply
'

0 comments on commit 66165df

Please sign in to comment.