Skip to content

Commit 72d740a

Browse files
committed
wrong file fixed
1 parent 119686d commit 72d740a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

file-share-rust-backend/.github/.workflows/prod.yml renamed to .github/workflows/prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Deploy Backend to EC2
33
on:
44
push:
55
branches: [ main ]
6+
paths:
7+
- 'file-share-rust-backend/**'
68

79
jobs:
810
deploy:
@@ -19,7 +21,7 @@ jobs:
1921
- name: Build and push Docker image
2022
uses: docker/build-push-action@v2
2123
with:
22-
context: .
24+
context: ./file-share-rust-backend
2325
push: true
2426
tags: swarnendug07/prigen:backend
2527

0 commit comments

Comments
 (0)