fix: CI: correct deploy flag
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2023-09-19 02:00:34 +05:30
parent 0c9f907b80
commit 2084d592c3
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ then
exit -1
fi
push $2 $3
elif match_arg $1 'd' 'deploy'
elif match_arg $1 '-d' '--deploy'
then
check_arg $2
check_arg $3