Skip to content

Commit

Permalink
[DVK-72] test: 개발 서버 CI/CD 구축 테스트
Browse files Browse the repository at this point in the history
- 오타 수정
  • Loading branch information
LeeSM0518 committed Oct 25, 2024
1 parent 69aa3f9 commit 4dd199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-develop-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
echo "$EC2_SSH_KEY" > ec2_key.pem
chmod 600 ec2_key.pem
scp -i ec2_key.pem -o StrictHostKeyChecking=no ${{ env.IMAGE_NAME }}.tar $EC2_USER@EC2_HOST:/home/$EC2_USER/
scp -i ec2_key.pem -o StrictHostKeyChecking=no ${{ env.IMAGE_NAME }}.tar $EC2_USER@$EC2_HOST:/home/$EC2_USER/
- name: Deploy to EC2
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 4dd199e

Please sign in to comment.