Skip to content

Commit

Permalink
Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 authored Dec 6, 2024
1 parent 104b095 commit 07b4be4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ migrate-seed:
phpstan:
./{{PHP_BIN}}/phpstan analyse --memory-limit=4G

# Deploy the project for production
prod:
docker stack deploy -c "$HOME"/git/{{PROJECT_NAME}}/docker-compose.yml {{PROJECT_NAME}}

# Compile SASS and Javascript during development (hot-reloads)
run:
docker compose up -d
Expand Down

0 comments on commit 07b4be4

Please sign in to comment.