From 01c96b5d457e75da140378ef6f45cca9951707ea Mon Sep 17 00:00:00 2001 From: aslan Date: Wed, 29 May 2024 10:51:58 +0300 Subject: [PATCH] update CI --- .gitea/workflows/CI.yml | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index 482a3eb..7d7533e 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -21,12 +21,12 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up PHP ${{ matrix.php-version }} with extensions and tools + - name: Set up PHP with extensions and tools uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} ini-values: pcre.jit=0, extension=gd2 - extensions: bcmath, exif, curl, pdo, zip, xdebug, dom, xml, sqlite3, mbstring, curl + extensions: curl, pdo, xdebug, dom, xml, sqlite3, mbstring tools: composer:${{ matrix.composer-version }} env: @@ -35,7 +35,7 @@ jobs: - name: PHP Security Checker uses: StephaneBour/actions-php-security-checker@1.1 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} @@ -58,22 +58,3 @@ jobs: - name: Check tests run: make test - -# deploy: -# needs: build -# runs-on: ubuntu-latest -# steps: -# - name: deploy to test server -# uses: appleboy/ssh-action@v1.0.3 -# -# with: -# host: ${{ secrets.HOST }} -# username: ${{ secrets.USERNAME }} -# password: ${{ secrets.PASSWORD }} -# port: ${{ secrets.PORT }} -# script: | -# cd /var/www/www-root/data/www/testabit.mkgtu.ru -# git stash -# git pull --rebase -# git stash clear -# make setup-prod