Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:

echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin

sudo usermod -aG docker $USER

docker compose pull

docker compose down
Expand All @@ -191,8 +193,6 @@ jobs:
docker exec $BACKEND_CONTAINER chmod -R 775 /app/storage/psysh
docker exec $BACKEND_CONTAINER /bin/sh -c "echo 'PSYSH_CONFIG_DIR=/app/storage/psysh' >> /app/.env"

docker exec $BACKEND_CONTAINER php artisan jwt:secret --force

docker exec $BACKEND_CONTAINER chown -R www-data:www-data /app/storage
docker exec $BACKEND_CONTAINER chmod -R 775 /app/storage
docker exec $BACKEND_CONTAINER chmod -R 775 /app/bootstrap/cache
Expand Down
1 change: 0 additions & 1 deletion client/.env

This file was deleted.

1 change: 0 additions & 1 deletion client/.env.example

This file was deleted.