upload to prod
This commit is contained in:
parent
194da1a78b
commit
e604f90a14
@ -4,5 +4,8 @@ cd "$(dirname "$0")" || exit 1
|
|||||||
|
|
||||||
minify index.html | sed 's|http://10.42.0.204||g' > index.html.min || exit 2
|
minify index.html | sed 's|http://10.42.0.204||g' > index.html.min || exit 2
|
||||||
|
|
||||||
curl -s 'http://10.42.0.204/upload/index' -F "file=@index.html.min"
|
#curl -s 'http://10.42.0.204/upload/index' -F "file=@index.html.min"
|
||||||
curl -s 'http://10.42.0.204/upload/icon' -F "file=@icon.svg"
|
#curl -s 'http://10.42.0.204/upload/icon' -F "file=@icon.svg"
|
||||||
|
|
||||||
|
curl -s 'http://10.0.0.178/upload/index' -F "file=@index.html.min"
|
||||||
|
curl -s 'http://10.0.0.178/upload/icon' -F "file=@icon.svg"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user