-
-
Notifications
You must be signed in to change notification settings - Fork 0
45 lines (36 loc) · 977 Bytes
/
manual.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: "Manual"
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
env:
RELEASE: "9.3"
DEBUG: 1
VM_OS_NAME: netbsd
NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
SEC_VBOX : ${{ secrets.SEC_VBOX }}
steps:
- uses: actions/checkout@v3
- uses: vmactions/cf-tunnel@v0
id: tunnel
with:
protocol: http
port: 8000
- name: Run establish a ngrok tunnel
id: test
uses: vmactions/[email protected]
with:
protocol: tcp
port: 5900
- name: Sleep
run: |
for i in $(seq 1 10) ; do echo $i; sleep 1; done
echo "please loging to ssh below, and run:"
echo "============================="
echo "bash build.sh conf/netbsd-$RELEASE.conf"
echo "============================="
touch /tmp/keepalive
- uses: neilpang/debugger-action@master
# - run: |
# bash build.sh conf/netbsd-$RELEASE.conf