Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 220015b

Browse files
committed
Fix incorrect package naming.
1 parent 06b72fa commit 220015b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/app.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ THE_PORT=${PORT:="9092"}
55

66
echo "Start swift-upload-runner backend"
77

8-
gunicorn swift_x_account_sharing.server:init_server \
8+
gunicorn swift_upload_runner.server:servinit \
99
--bind $THE_HOST:$THE_PORT \
1010
--worker-class aiohttp.GunicornUVLoopWebWorker \
1111
--workers 1 \

0 commit comments

Comments
 (0)