Skip to content

Commit

Permalink
fix: typo on dockerfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
Grantzile committed Jan 13, 2025
1 parent 05a367e commit 06829ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
key: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
script: |
echo "Building Docker image..."
docker build -t myapp:1.0 -f deploy-dockerfile .
docker build -t myapp:1.0 -f deploy-Dockerfile .
echo "Starting containers..."
docker-compose up -d myapp

0 comments on commit 06829ac

Please sign in to comment.