From 5e4affe1b8412af7103201423a230d7a72c08303 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 12 Dec 2024 17:32:28 +0100 Subject: [PATCH] Actions: attempt to get actions running --- .github/workflows/deploy_single_theme.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_single_theme.yml b/.github/workflows/deploy_single_theme.yml index 18c807ae5..311a4335e 100644 --- a/.github/workflows/deploy_single_theme.yml +++ b/.github/workflows/deploy_single_theme.yml @@ -1,12 +1,12 @@ -name: Deploy develop on dev.mapcomplete.org +name: Deploy develop on theme.mapcomplete.org on: push: branches: - - build/* + - build/.* jobs: - deploy_on_hosted: - runs-on: [ hetzner-access ] + deploy_on_hetzner_single: + runs-on: [ ubuntu-latest, hetzner-access ] steps: - uses: actions/checkout@v3