Skip to content

Commit

Permalink
ci: used ubuntu user
Browse files Browse the repository at this point in the history
  • Loading branch information
PtFux committed Dec 17, 2024
1 parent 368f10c commit b149c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run commands on server
run: |
ssh -o ServerAliveInterval=30 -i ~/.ssh/id_rsa root@${{ secrets.SSH_HOST }} << EOF
ssh -o ServerAliveInterval=30 -i ~/.ssh/id_rsa ubuntu@${{ secrets.SSH_HOST }} << EOF
echo 'Connected successfully!'
uname -a
pwd
Expand Down

0 comments on commit b149c6d

Please sign in to comment.