Skip to content

Commit

Permalink
find out luftballon start?
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Sep 7, 2023
1 parent 8fa0e14 commit b53584f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/cloudbabbel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ jobs:

- name: Set up Public SSH Key
run: |
echo "${{ secrets.SSH_PUBLIC_KEY }}" > ~/.ssh/id_rsa.pub
echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_rsa.pub
- name: install treehouses
run: |
#sudo apt update
sudo apt install tor
sudo npm install -g @treehouses/cli
- name: Start luftballon
run: |
sudo bash init.sh
- name: open seasame
run: |
#sudo apt update
Expand Down
3 changes: 2 additions & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ portConfigArray=
udpPortConfigArray=

echo hello1
publickey=`treehouses sshtunnel key name | cut -d ' ' -f 5`.pub
#publickey=`treehouses sshtunnel key name | cut -d ' ' -f 5`.pub
publickey=id_rsa
echo "$publickey key name"
ls ./
ls ~/.ssh/
Expand Down

0 comments on commit b53584f

Please sign in to comment.