Skip to content

Commit

Permalink
추가: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosiee committed Jul 10, 2024
1 parent cc80544 commit 15f066a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sudo docker rm ticats_ai || true
sudo docker image rm public.ecr.aws/h7p2f6d8/ticats_ai:latest || true
docker pull public.ecr.aws/h7p2f6d8/ticats_ai:latest
sudo docker run -d -p 8000:8000 --name ticats -e ${{ secrets.DATABASE_URL }} public.ecr.aws/h7p2f6d8/ticats_ai:latest
sudo docker run -d -p 8000:8000 --name ticats_ai -e ${{ secrets.DATABASE_URL }} public.ecr.aws/h7p2f6d8/ticats_ai:latest
# Step 5: Build and push Docker image to Amazon ECR
- name: Build and push Docker image
Expand Down

0 comments on commit 15f066a

Please sign in to comment.