Skip to content

Commit c772a7b

Browse files
authored
make root_dir, env_dir as env variables
1 parent da8072b commit c772a7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/django.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
StrictHostKeyChecking no
3030
END
3131
- name: Deploy to Server
32+
env:
33+
ROOT_DIR: ${{ ROOT_DIR }}
34+
ENV_DIR: ${{ ENV_DIR }}
3235
run: |
3336
ssh server '
3437
cd ${{ ROOT_DIR }} &&

0 commit comments

Comments
 (0)