Skip to content

Commit

Permalink
another issues arised, dockerfile not found, try to fix it
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Singh <[email protected]>
  • Loading branch information
1Shubham7 committed Nov 8, 2024
1 parent 4f6581f commit 5136b2f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Deploy to production (AWS ECR)

on:
push:
branches: [ main ]

jobs:
deploy:
name: Build image
runs-on: ubuntu-latest

steps:
- name: Check out the repository
uses: actions/checkout@v2

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 5136b2f

Please sign in to comment.