Никита Круглицкий 0905a4662e
Some checks failed
Deploy / build-and-deploy (push) Failing after 30s
ci/cd
2025-07-24 14:22:36 +06:00

22 lines
362 B
YAML

name: Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
repository: 'git@git.koptilnya.xyz:alsaze/paxton-front.git'
- name: Install dependencies
run: |
yarn install
yarn build