File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ jobs:
47
47
48
48
- name : Update schema
49
49
env :
50
- NETDISCO_HOME : /github/workspace/netdisco2-demo/netdisco2-demo
50
+ NETDISCO_HOME : /home/netdisco
51
51
POETRY_CACHE_DIR : /home/netdisco/python/cache/pypoetry
52
52
NETDISCO_DB_USER : ${{ secrets.DEMO_PGUSER }}
53
53
NETDISCO_DB_PASS : ${{ secrets.DEMO_PGPASSWORD }}
54
54
NETDISCO_DB_HOST : ${{ secrets.DEMO_PGHOST }}
55
55
NETDISCO_DB_NAME : ${{ secrets.DEMO_PGDATABASE }}
56
56
run : |
57
- /home/netdisco/bin/localenv /github/workspace/netdisco /netdisco/bin/netdisco-db-deploy
58
- /home/netdisco/bin/localenv /github/workspace/netdisco /netdisco/bin/netdisco-do stats -D
59
- /home/netdisco/bin/localenv /github/workspace/netdisco /netdisco/bin/netdisco-do loadmibs -D
57
+ /home/netdisco/bin/localenv /home /netdisco/bin/netdisco-db-deploy
58
+ /home/netdisco/bin/localenv /home /netdisco/bin/netdisco-do stats -D
59
+ /home/netdisco/bin/localenv /home /netdisco/bin/netdisco-do loadmibs -D
60
60
61
61
- name : Setup tmate session
62
62
uses : mxschmitt/action-tmate@v3
You can’t perform that action at this time.
0 commit comments