Skip to content

Commit

Permalink
chore: fix deploy_migrate.sh (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy authored Dec 21, 2023
2 parents b85fb7a + 4ae2e36 commit 4644026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/deploy_migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ fi

export RELEASE_TAG="$1"

envsubst < kube/configs/api.yml | kubectl apply -f -
envsubst < kube/configs/migrate.yml | kubectl apply -f -

0 comments on commit 4644026

Please sign in to comment.