Skip to content

Commit

Permalink
feat: cicd docker ๋ฒ„์ „4
Browse files Browse the repository at this point in the history
  • Loading branch information
yooookm committed Nov 14, 2024
1 parent b5e4d71 commit e2cbb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
EC2_HOST: ${{ secrets.EC2_HOST }}
EC2_USER: ${{ secrets.EC2_USER }}
run: |
scp -i ec2-key.pem -r ./ $EC2_USER@$EC2_HOST:/home/$EC2_USER/app
scp -i ec2-key.pem -o StrictHostKeyChecking=no -r ./ $EC2_USER@$EC2_HOST:/home/$EC2_USER/app
- name: Mock Build and Deploy on EC2
env:
Expand Down

0 comments on commit e2cbb0e

Please sign in to comment.