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 a5aaad8 commit ed0f23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/timelineservice-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
username: ${{ secrets.LIGHTSAIL_USERNAME }}
key: ${{ secrets.LIGHTSAIL_KEY }}
script: |
sudo cd /home/ubuntu/palette/timeline-service
cd /home/ubuntu/palette/timeline-service
sudo fuser -k 10005/tcp
sudo ./operate.sh

0 comments on commit ed0f23a

Please sign in to comment.