mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-07-29 06:02:06 +00:00
update workflow
This commit is contained in:
parent
e4b7474f24
commit
7519663f26
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -10,9 +10,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone client
|
- name: Clone client
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
# with:
|
|
||||||
# repository: swing-opensource/swingmusic-client
|
|
||||||
# ref: refs/heads/master
|
|
||||||
- name: Setup Node 16
|
- name: Setup Node 16
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
@ -37,14 +34,12 @@ jobs:
|
|||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: |
|
run: |
|
||||||
pip install poetry
|
pip install poetry
|
||||||
- name: Checkout server
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m poetry install
|
python -m poetry install
|
||||||
- name: Build server
|
- name: Build server
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwa
|
||||||
ls ./client
|
ls ./client
|
||||||
ls ./assets
|
ls ./assets
|
||||||
python -m poetry run python manage.py --build
|
python -m poetry run python manage.py --build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user