feat: remove unneeded sudo

This commit is contained in:
Fu Zi Xiang 2023-10-06 22:42:42 +08:00
parent 096cfb8d2e
commit 375c463566
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ jobs:
echo "${{ secrets.APPFLOWY_CLOUD_KEY }}" | base64 --decode > ./nginx/ssl/private_key.key
- name: Deploy docker-compose
run: sudo docker compose up -d --build --force-recreate
run: docker compose up -d --build --force-recreate