Skip to content

Add github action for deployment #1

Add github action for deployment

Add github action for deployment #1

name: Deploy production
on:
push:
branches:
- add_github_action
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0