Skip to content

Commit 922587d

Browse files
committed
fix path to netdisco scripts
1 parent 3b14a8d commit 922587d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/demo-db-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ jobs:
4747
4848
- name: Update schema
4949
env:
50-
NETDISCO_HOME: /github/workspace/netdisco2-demo/netdisco2-demo
50+
NETDISCO_HOME: /home/netdisco
5151
POETRY_CACHE_DIR: /home/netdisco/python/cache/pypoetry
5252
NETDISCO_DB_USER: ${{ secrets.DEMO_PGUSER }}
5353
NETDISCO_DB_PASS: ${{ secrets.DEMO_PGPASSWORD }}
5454
NETDISCO_DB_HOST: ${{ secrets.DEMO_PGHOST }}
5555
NETDISCO_DB_NAME: ${{ secrets.DEMO_PGDATABASE }}
5656
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
6060
6161
- name: Setup tmate session
6262
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)