Actions: attempt to get actions running

This commit is contained in:
Pieter Vander Vennet 2024-12-12 17:32:28 +01:00
parent bb8e6b7313
commit 5e4affe1b8

View file

@ -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