Skip to content

Update frontend to v25.01.07.902 #335

Update frontend to v25.01.07.902

Update frontend to v25.01.07.902 #335

name: Deploy to develop
on:
push:
branches:
- main
concurrency:
group: deploy-develop
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: develop
url: https://develop.tna.dblclk.dev/
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: ./.github/actions/deploy
with:
config: develop.json
environment: develop
test:
runs-on: ubuntu-latest
needs:
- deploy
steps:
- uses: actions/checkout@v4
- name: Test
uses: ./.github/actions/test
with:
domain: https://develop.tna.dblclk.dev # TODO: Change