diff --git a/.gitea/workflows/production-deploy.yaml b/.gitea/workflows/production-deploy.yaml index 15ab262..f39e6e5 100644 --- a/.gitea/workflows/production-deploy.yaml +++ b/.gitea/workflows/production-deploy.yaml @@ -24,6 +24,7 @@ jobs: - name: Update Composer Packages working-directory: ${{ var.PROD_DEPLOY_DIR }} +<<<<<<< HEAD run: composer update - name: Refresh Site Cache @@ -32,3 +33,6 @@ jobs: php bin/console cache:clear php bin/console cache:pool:prune php bin/console cache:warmup +======= + run: composer update --no-interaction --working-dir=${{ var.PROD_DEPLOY_DIR }} +>>>>>>> d172aec (remove redundant cache refresh)