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:
|
||||
- shell: bash
|
||||
run: |
|
||||
rm -Rf ./coriolis-data
|
||||
git clone https://github.com/alex-williams/coriolis-data.git
|
||||
cd coriolis-data
|
||||
git checkout alpha
|
||||
npm install
|
||||
cd ../
|
||||
rm -Rf ./coriolis
|
||||
git clone https://github.com/alex-williams/coriolis.git
|
||||
cd ./coriolis
|
||||
git checkout alpha
|
||||
|
||||
Reference in New Issue
Block a user