Skip to content

Commit 3b14a8d

Browse files
committed
try changing local working dir name
1 parent 7d2a27e commit 3b14a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- '/home/runner/work:/github/workspace'
1919
defaults:
2020
run:
21-
working-directory: /github/workspace/netdisco/netdisco
21+
working-directory: /github/workspace/netdisco2-demo/netdisco2-demo
2222
steps:
2323
- name: Install base packages
2424
run: apk add tmux bash curl sudo xz
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v1
3232

3333
- name: Fix owner of checkout
34-
run: chown -R netdisco:netdisco /github/workspace/netdisco/netdisco
34+
run: chown -R netdisco:netdisco /github/workspace/netdisco2-demo/netdisco2-demo
3535

3636
- name: Reinitialise DB
3737
env:
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Update schema
4949
env:
50-
NETDISCO_HOME: /github/workspace/netdisco/netdisco
50+
NETDISCO_HOME: /github/workspace/netdisco2-demo/netdisco2-demo
5151
POETRY_CACHE_DIR: /home/netdisco/python/cache/pypoetry
5252
NETDISCO_DB_USER: ${{ secrets.DEMO_PGUSER }}
5353
NETDISCO_DB_PASS: ${{ secrets.DEMO_PGPASSWORD }}

0 commit comments

Comments
 (0)