forked from MapComplete/MapComplete
Actions: attempt to get actions running
This commit is contained in:
parent
bb8e6b7313
commit
5e4affe1b8
1 changed files with 4 additions and 4 deletions
8
.github/workflows/deploy_single_theme.yml
vendored
8
.github/workflows/deploy_single_theme.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue