Skip to content

Commit 0fb59e5

Browse files
committed
Update GitHub CI
1 parent bc33794 commit 0fb59e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pip3 install requests ujson graphviz django psycopg2 pluggy py attrs six more-itertools ply pytest atomicwrites pycparser psycopg2 sympy pytz
2222
- name: Deployment of CVV
2323
run: |
24-
./deploys/deployment.sh _test_
24+
sudo ./deploys/deployment.sh _test_
2525
./start.sh &
2626
sleep 5
2727
./stop.sh

0 commit comments

Comments
 (0)