|
@@ -32,10 +32,10 @@ steps:
|
|
|
from_secret: ssh_key
|
|
|
command_timeout: 2m
|
|
|
script:
|
|
|
- - pip uninstall -y emus_web
|
|
|
+ - pip uninstall -y emus-web
|
|
|
- pip install git+https://code.unbl.ink/secstate/emus.git@main
|
|
|
- - emus_web migrate
|
|
|
- - emus_web collectstatic --noinput
|
|
|
+ - emus migrate
|
|
|
+ - emus collectstatic --noinput
|
|
|
- immortalctl restart emus
|
|
|
when:
|
|
|
branch:
|