Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanKrishnaGR authored Jun 26, 2024
1 parent 21b2f8c commit b50db76
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 @@ -21,7 +21,7 @@ jobs:

- name: Deploy to EC2
run: |
ssh -o StrictHostKeyChecking=no ec2-user@your-ec2-instance-public-dns << 'EOF'
ssh -o StrictHostKeyChecking=no ec2-user@ec2-54-168-82-95.ap-northeast-1.compute.amazonaws.com << 'EOF'
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker pull mohankrishnagr/infosys_text-summarization:final
docker stop $(docker ps -a -q)
Expand Down

0 comments on commit b50db76

Please sign in to comment.