2024-10-03 16:07:58 +02:00
|
|
|
on:
|
|
|
|
- push
|
|
|
|
jobs:
|
|
|
|
build:
|
2024-10-03 21:18:22 +02:00
|
|
|
runs-on: ubuntu
|
2024-10-03 16:07:58 +02:00
|
|
|
steps:
|
2024-10-03 16:59:42 +02:00
|
|
|
- uses: actions/checkout@v4
|
2024-10-03 21:20:20 +02:00
|
|
|
- name: build
|
2024-10-04 10:24:50 +02:00
|
|
|
run: scripts/deploy.sh
|