Skip to content

Commit

Permalink
ci-cd : resolve permission
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger authored Feb 14, 2024
1 parent f77e325 commit 305c50a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/notification-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
username: ${{ secrets.LIGHTSAIL_USERNAME }}
key: ${{ secrets.LIGHTSAIL_KEY }}
script: |
sudo su
cd /home/ubuntu/palette/notification-service
fuser -k 10009/tcp
./operate.sh
sudo fuser -k 10009/tcp
sudo ./operate.sh

0 comments on commit 305c50a

Please sign in to comment.