mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 08:43:02 +00:00
deployment fix
This commit is contained in:
1
.github/workflows/autodeploy.yml
vendored
1
.github/workflows/autodeploy.yml
vendored
@@ -35,4 +35,5 @@ jobs:
|
||||
- name: Deploy the code
|
||||
shell: bash
|
||||
run: |
|
||||
cd ../coriolis
|
||||
if [ {BRANCH_NAME} == "beta" ]; then sudo -u www-data cp -r ./build/* /var/www/beta.coriolis.io/; else sudo -u www-data cp -r ./build/* /var/www/coriolis.io/; fi
|
||||
|
||||
Reference in New Issue
Block a user