Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
AvangardAA committed Oct 31, 2023
2 parents fb41649 + 15e711b commit a6ce22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Deploy to AWS EC2
run: |
echo "${{ secrets.AWS_KEY }}" > aws.pem
chmod 600 aws.pem
ssh -i aws.pem -o StrictHostKeyChecking=no ubuntu@ec2-54-95-103-147.ap-northeast-1.compute.amazonaws.com << EOF
chmod 400 aws.pem
ssh -i aws.pem -o StrictHostKeyChecking=no ubuntu@ec2-13-231-170-162.ap-northeast-1.compute.amazonaws.com << EOF
cd server
git pull origin master
cd KSE_OPI
Expand Down

0 comments on commit a6ce22f

Please sign in to comment.