feat/reverb (#20)
Co-authored-by: jon brookes <marshyon@gmail.com> Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/20
This commit is contained in:
parent
74bc17d019
commit
21147af908
30 changed files with 1948 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
LARAVEL_CONTAINER_NAME="quay.io/marshyon/share-lt"
|
||||
CONTAINER_LABEL="v0.0.6"
|
||||
CONTAINER_LABEL="v0.0.7"
|
||||
CACHE="--no-cache"
|
||||
# CACHE=""
|
||||
|
||||
|
|
|
|||
11
cmd/curl_send_user_toast_message.sh
Executable file
11
cmd/curl_send_user_toast_message.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
URL='http://127.0.0.1:8000'
|
||||
|
||||
curl -X POST $URL/api/notifications/preview-site-built \
|
||||
-H "Authorization: Bearer $TOKEN" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"message": "Published to LIVE 💯🚀🎯 - site notification!"}'
|
||||
|
||||
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ if [ ! -d /var/www/public/storage ]; then
|
|||
fi
|
||||
|
||||
php artisan config:clear
|
||||
|
||||
npm run build
|
||||
|
||||
# Start supervisord directly
|
||||
exec "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue