ci: 🔧 switch from docker to self-hosted build
Some checks are pending
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Waiting to run

This commit is contained in:
Sebin Nyshkim 2025-06-19 22:57:42 +02:00
parent 7f470c84c6
commit 58241ff1ad

View file

@ -7,7 +7,7 @@ on:
jobs:
build-and-deploy:
runs-on: docker
runs-on: self-hosted
steps:
- name: Checkout Repository