From 4283b0b839fc3d6bd434460152eabbb93095096f Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Fri, 24 May 2024 17:38:47 +0100 Subject: [PATCH] Changed deployment ordering --- .github/workflows/autodeploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autodeploy.yml b/.github/workflows/autodeploy.yml index 4cc9fbe7..9ef7e497 100644 --- a/.github/workflows/autodeploy.yml +++ b/.github/workflows/autodeploy.yml @@ -16,15 +16,14 @@ jobs: steps: - shell: bash run: | + rm -Rf ./coriolis rm -Rf ./coriolis-data + git clone https://github.com/alex-williams/coriolis.git 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 + cd ../coriolis git checkout alpha npm install npm run build