Skip to content

Commit 1ecbb9e

Browse files
committed
fix cd
1 parent bad27dd commit 1ecbb9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
echo "Starting deployment..."
2222
23-
pkill -f "ssh-application/[s]erver" || true
23+
pkill -u ${{ secrets.SERVER_USER }} -x server || true
2424
2525
mkdir -p ~/ssh-application
2626
cd ~/ssh-application

0 commit comments

Comments
 (0)