mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 17:40:35 +08:00
develop ci
This commit is contained in:
parent
4d81ac75e7
commit
647c5bb218
2
.github/workflows/develop_ci.yml
vendored
2
.github/workflows/develop_ci.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
readme-filepath: appmanage/myread.md
|
||||
|
||||
ci-test:
|
||||
needs: build
|
||||
needs: build-image
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -10,7 +10,7 @@ COPY static ./static
|
||||
COPY requirements.txt main.py database.sqlite ./
|
||||
RUN apt update
|
||||
|
||||
# Install supervisord
|
||||
# Install supervisords
|
||||
RUN apt install -y supervisor
|
||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
COPY config/cmd.sh /cmd.sh
|
||||
|
Loading…
Reference in New Issue
Block a user