diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e462f2c..b3b6f77 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -15,6 +15,6 @@ jobs: run: npm i -g @railway/cli - name: Deploy to Railway - run: railway up --ci --service "runner-bridge" + run: railway up --ci --service "runner-bridge" --path . env: RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }} \ No newline at end of file diff --git a/.railwayignore b/.railwayignore new file mode 100644 index 0000000..9f97022 --- /dev/null +++ b/.railwayignore @@ -0,0 +1 @@ +target/ \ No newline at end of file