Skip to content

Commit

Permalink
echo user
Browse files Browse the repository at this point in the history
  • Loading branch information
jchua99 committed Nov 24, 2023
1 parent 83dacb4 commit 13094a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_openyurt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Set up SSH and run deploy
run: |
echo $USER
sudo apt-get update
sudo apt-get install -y openssh-server
sudo service ssh start
Expand Down
2 changes: 1 addition & 1 deletion scripts/openyurt-deployer/conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"master": "root@127.0.0.1",
"master": "runner@127.0.0.1",
"workers": {
"cloud": [
],
Expand Down

0 comments on commit 13094a4

Please sign in to comment.