Никита Круглицкий 7baf2fbf0c
Some checks failed
Deploy / build-and-deploy (push) Failing after 1m5s
ci/cd
2025-07-24 14:29:23 +06:00

23 lines
386 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'
ref: 'master'
- name: Install dependencies
run: |
yarn install
yarn build