444423
parent
a64e77eb53
commit
2369498db2
@ -1,13 +0,0 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
#set -e at the top of your script will make the script exit with an error whenever an error occurs (and is not explicitly handled)
|
||||
set -eu
|
||||
|
||||
upx login $1 $2 $3
|
||||
|
||||
upx sync $4 $5 --delete
|
||||
|
||||
upx logout
|
||||
|
||||
echo 'Deploy Success'
|
||||
exit 0
|
Loading…
Reference in New Issue