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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- build/*
|
- build/.*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy_on_hosted:
|
deploy_on_hetzner_single:
|
||||||
runs-on: [ hetzner-access ]
|
runs-on: [ ubuntu-latest, hetzner-access ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue