Skip to content

Commit

Permalink
rename dev deploy file | prep for prod deploy file
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Dec 29, 2023
1 parent 0f049ac commit 2ad6209
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Test Deploy to GitHub Pages
name: Build & Deploy web-ui with dev environment to Github Pages

on:
push:
branches:
- bunDev
paths:
- web-ui/**
pull_request:
branches:
- bunDev
paths:
- web-ui/**

Expand Down Expand Up @@ -32,7 +36,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest # or specify a version
bun-version: latest

- name: Install Dependencies
run: |
Expand Down
29 changes: 0 additions & 29 deletions web-ui/.env.production

This file was deleted.

0 comments on commit 2ad6209

Please sign in to comment.