Skip to content

Commit

Permalink
Fix broken script
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Mar 17, 2024
1 parent 35147de commit 30d0914
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/api-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@ jobs:
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.EC2_KEY }}
script: |
sudo su
cd /home/ec2-user
fuser -k 8080/tcp
./operate-api.sh
2 changes: 0 additions & 2 deletions .github/workflows/crawler-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@ jobs:
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.EC2_KEY }}
script: |
sudo su
cd /home/ec2-user
fuser -k 8081/tcp
./operate-crawler.sh
4 changes: 0 additions & 4 deletions .github/workflows/main-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.EC2_KEY }}
script: |
sudo su
cd /home/ec2-user
fuser -k 8080/tcp
./operate-api.sh
- name: Crawler 빌드 파일 복사
Expand All @@ -74,7 +72,5 @@ jobs:
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.EC2_KEY }}
script: |
sudo su
cd /home/ec2-user
fuser -k 8081/tcp
./operate-crawler.sh

0 comments on commit 30d0914

Please sign in to comment.