mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Changed deployment ordering
This commit is contained in:
7
.github/workflows/autodeploy.yml
vendored
7
.github/workflows/autodeploy.yml
vendored
@@ -16,15 +16,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
rm -Rf ./coriolis
|
||||||
rm -Rf ./coriolis-data
|
rm -Rf ./coriolis-data
|
||||||
|
git clone https://github.com/alex-williams/coriolis.git
|
||||||
git clone https://github.com/alex-williams/coriolis-data.git
|
git clone https://github.com/alex-williams/coriolis-data.git
|
||||||
cd coriolis-data
|
cd coriolis-data
|
||||||
git checkout alpha
|
git checkout alpha
|
||||||
npm install
|
npm install
|
||||||
cd ../
|
cd ../coriolis
|
||||||
rm -Rf ./coriolis
|
|
||||||
git clone https://github.com/alex-williams/coriolis.git
|
|
||||||
cd ./coriolis
|
|
||||||
git checkout alpha
|
git checkout alpha
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user