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 84ee878 commit cdb2723
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ jobs:
aws-region: ap-northeast-2

# Step 4: Deploy to EC2 instance
- name: Deploy to server
- name: Run SSH Command
uses: appleboy/ssh-action@master
id: deploy
with:
host: ${{ secrets.EC2_INSTANCE_IP }}
username: ubuntu
username: ec2-user
key: ${{ secrets.EC2_SSH_KEY }}
envs: |
DATABASE_URL=${{ secrets.DATABASE_URL }}
port: 22
script: |
docker pull public.ecr.aws/h7p2f6d8/ticats_ai:latest
docker-compose down
Expand Down

0 comments on commit cdb2723

Please sign in to comment.