diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 2bd5570f..986ca47a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ on: jobs: deploy: - runs-on: local-ubuntu-runner # This job runs on your self-hosted Gitea runner. + runs-on: projectium.com # This job runs on your self-hosted Gitea runner. # Environment variables are used to pass secrets and configuration to the steps below. # These must be configured as secrets in your Gitea repository settings.