feature(deploy): port
Compare changes
+ 7
− 3
@@ -4,10 +4,12 @@ variables:
@@ -4,10 +4,12 @@ variables:
@@ -53,9 +55,9 @@ stages:
@@ -53,9 +55,9 @@ stages:
- rsync -v --delete -rlDe 'ssh -p 222 -v -i ~/.ssh/id_rsa_demo_fs' --exclude-from=.distignore ${CI_PROJECT_DIR}/web/ $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_DIR
- ssh -p 222 -i ~/.ssh/id_rsa_demo_fs $DEPLOY_USER@$DEPLOY_HOST "cd $DEPLOY_DIR && mv frontend/dist/assets/ public/ && mv frontend/dist/index.html public/index.html && php82 bin/console doctrine:migrations:migrate --no-interaction && php82 bin/console cache:clear && $RUN_AFTER_DEPLOY"
@@ -63,6 +65,7 @@ stages:
@@ -63,6 +65,7 @@ stages:
@@ -73,6 +76,7 @@ stages:
@@ -73,6 +76,7 @@ stages: