mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Improving workflow
This commit is contained in:
2
.github/workflows/autodeploy.yml
vendored
2
.github/workflows/autodeploy.yml
vendored
@@ -16,11 +16,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
rm -Rf ./coriolis-data
|
||||||
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 ../
|
||||||
|
rm -Rf ./coriolis
|
||||||
git clone https://github.com/alex-williams/coriolis.git
|
git clone https://github.com/alex-williams/coriolis.git
|
||||||
cd ./coriolis
|
cd ./coriolis
|
||||||
git checkout alpha
|
git checkout alpha
|
||||||
|
|||||||
Reference in New Issue
Block a user