diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 7ebd3a8..f3729bf 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -15,14 +15,14 @@ jobs: uses: actions/checkout@v3 - run: echo "Repo pulled" - run: echo "Updating npm dependencies..." - - run: npm i + - run: nvm use 18.19.0; npm i; - run: echo "NPM dependencies updated" - run: echo "Updating composer dependencies..." - run: export COMPOSER_ALLOW_SUPERUSER=1; composer show; composer install; - run: echo "Composer dependencies updated" - run: echo "Building frontend..." - - run: npm run build + - run: nvm use 18.19.0; npm run build; - run: echo "Frontend built" - run: echo "Starting Gitea service" - - run: systemctl start gitea + - run: systemctl start resume - run: echo "Gitea service started" \ No newline at end of file