Skip to content

Commit 51f6e53

Browse files
fix: (.env)Update the .env file
this is with the correct backend url deployed and build project agin then make the Nginx get the corect backend url priviouly get the 300.
1 parent 6756c15 commit 51f6e53

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ jobs:
3737
run: docker rm -f budget-tracker-fe-container || true
3838

3939
- name: Run container on port 3000
40-
run: docker run -d -p 3000:80 --name budget-tracker-fe-container dilusharanasinghe/budget-tracker-fe:latest
40+
run: docker run -d -p 3000:80 --name budget-tracker-fe-container dilusharanasinghe/budget-tracker-fe:latest
41+
42+
#make a .env file backend URL and rebuild

0 commit comments

Comments
 (0)