chore: fix wrong order in now alias command (#770)
This commit is contained in:
parent
1d34d45da7
commit
6a69b193d5
|
@ -32,7 +32,7 @@ if [[ "$DEPLOY_TYPE" == "prod" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# alias
|
# alias
|
||||||
$NOW_COMMAND alias "$NOW_ALIAS" "$URL"
|
$NOW_COMMAND alias "$URL" "$NOW_ALIAS"
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
$NOW_COMMAND rm pinafore --safe --yes
|
$NOW_COMMAND rm pinafore --safe --yes
|
||||||
|
|
Loading…
Reference in a new issue