Skip to content

Commit

Permalink
adding dev and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Singh committed Oct 29, 2023
1 parent 2b48e7b commit 2c4962f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy FRONTEND
env:
PROJECT_NAME: timetracking # Change project name
PROJECT_TYPE: frontend # Change to backend for backend deployment
WORKING_DIRECTORY: frontend # Change to backend for backend deployment
WORKING_DIRECTORY: ./ # Change to backend for backend deployment
DEV_APP_PORT: 3001 # Update this port as needed
DEV_DOMAIN_NAME: timetracking.avrean.net # Change domain name
PROD_APP_PORT: 3622 # Update this port as needed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timetracking",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 2c4962f

Please sign in to comment.