Skip to content

Commit 5021293

Browse files
authored
Update cd.yml
1 parent 6f47179 commit 5021293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
script: |
6969
docker pull ${{ secrets.DOCKER_USER }}/kodaero:latest
7070
chmod +x ./deploy.sh
71-
./deploy.sh prod
71+
sudo ./deploy.sh prod
7272
docker image prune -f

0 commit comments

Comments
 (0)