This commit is contained in:
Никита Круглицкий 2025-07-24 01:14:07 +06:00
parent 80616ccf51
commit bf30aaa48f

View File

@ -0,0 +1,19 @@
name: Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: |
yarn install
yarn build