Skip to content

Commit

Permalink
wrong file fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SwarnenduG07 committed Dec 29, 2024
1 parent 119686d commit 72d740a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy Backend to EC2
on:
push:
branches: [ main ]
paths:
- 'file-share-rust-backend/**'

jobs:
deploy:
Expand All @@ -19,7 +21,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
context: ./file-share-rust-backend
push: true
tags: swarnendug07/prigen:backend

Expand Down

0 comments on commit 72d740a

Please sign in to comment.