Skip to content

Commit

Permalink
not running in d mode (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
angusgoody authored Aug 11, 2023
1 parent 809568f commit 595ed47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:

- name: Run Tests
run: |
docker run -d --name my_container ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE_NAME }}:testing
docker run --name my_container ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE_NAME }}:testing
3 changes: 0 additions & 3 deletions start_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# Create .env file from environment variables
printenv | awk -F "=" 'NF==2 && $2 !~ /[\n\t ]/' > .env

# Ensure php-fpm runs in the web group
sed -i 's/^group =.*/group = web/' /usr/local/etc/php-fpm.d/www.conf

# Run our artisan commands
php artisan route:clear
php artisan config:clear
Expand Down

0 comments on commit 595ed47

Please sign in to comment.