Skip to content

Commit edfb9d9

Browse files
committed
Update deploy.yml
1 parent a613e3c commit edfb9d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Sync www
9292
run: |
9393
rsync -az --delete \
94-
apps/www/.next apps/www/public apps/www/package.json apps/www/.env \
94+
apps/www/.next apps/www/public apps/www/package.json apps/www/.env apps/www/credentials.json \
9595
ubuntu@${{ secrets.SSH_HOST }}:~/net/steambrew/www/
9696
9797
- name: Sync docs

0 commit comments

Comments
 (0)