Skip to content

Commit

Permalink
Create frontend-dev-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyeonRoyce authored Jul 20, 2023
1 parent 49e3251 commit 554f694
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/frontend-dev-cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ✨ Celuveat frontend DEV CD ✨

on:
push:
branches:
- develop-fronted
paths:
- 'frontend/**'

jobs:
deploy-backend:
runs-on: self-hosted

steps:
- name: ✨ Run Frontend Deploy Script
run: |
cd ~
sudo sh deploy-frontend.sh

0 comments on commit 554f694

Please sign in to comment.