Skip to content

Commit

Permalink
chore: 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
shdhkim committed Dec 21, 2024
1 parent dd18a31 commit 6fc9eb1
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:
- name: Deploy to EC2
env:
HOST: 3.39.237.18 # EC2 퍼블릭 IP 또는 도메인
USER: ${{ secrets.DEPLOY_USER }} # EC2 SSH 사용자 이름
USER: ${{ secrets.DEPLOY_USER }} # EC2 SSH 사용자 이름
KEY: ${{ secrets.DEPLOY_KEY }} # SSH 개인 키
IMAGE_NAME: ${{ secrets.DOCKER_USERNAME }}/flask-app:latest
run: |
Expand Down

0 comments on commit 6fc9eb1

Please sign in to comment.