We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad27dd commit 1ecbb9eCopy full SHA for 1ecbb9e
1 file changed
.github/workflows/cd.yml
@@ -20,7 +20,7 @@ jobs:
20
21
echo "Starting deployment..."
22
23
- pkill -f "ssh-application/[s]erver" || true
+ pkill -u ${{ secrets.SERVER_USER }} -x server || true
24
25
mkdir -p ~/ssh-application
26
cd ~/ssh-application
0 commit comments