Skip to content

Commit

Permalink
added key to env.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
orlowski11 committed Jun 6, 2024
1 parent 65b8970 commit 72b6728
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .env.ci
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_NAME=gha-analyzer
APP_ENV=testing
APP_KEY=
APP_KEY=base64:WVG2VcHt+a2uzCw7n1tVUBPyw2kof644d6EoYA/UUAg=
APP_DEBUG=false
APP_URL=http://gha-analyzer.blumilk.localhost

Expand Down
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APP_NAME=gha-analyzer
VITE_APP_NAME=gha-analyzer
APP_ENV=local
APP_KEY=
APP_KEY=base64:sCsJw8z+d/4ymp0OvzSip2h4Vp2hZZhpV2uOxgTqP94=
APP_DEBUG=true
APP_URL=http://gha-analyzer.blumilk.localhost

Expand Down
24 changes: 12 additions & 12 deletions resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ import { Head } from '@inertiajs/vue3'
>
<div>
<div
class="flex h-16 w-16 items-center justify-center rounded-full bg-red-50 dark:bg-red-800/20"
class="flex size-16 items-center justify-center rounded-full bg-red-50 dark:bg-red-800/20"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
class="h-7 w-7 stroke-red-500"
class="size-7 stroke-red-500"
>
<path
stroke-linecap="round"
Expand All @@ -62,7 +62,7 @@ import { Head } from '@inertiajs/vue3'
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
class="mx-6 h-6 w-6 shrink-0 self-center stroke-red-500"
class="mx-6 size-6 shrink-0 self-center stroke-red-500"
>
<path
stroke-linecap="round"
Expand All @@ -78,14 +78,14 @@ import { Head } from '@inertiajs/vue3'
>
<div>
<div
class="flex h-16 w-16 items-center justify-center rounded-full bg-red-50 dark:bg-red-800/20"
class="flex size-16 items-center justify-center rounded-full bg-red-50 dark:bg-red-800/20"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
class="h-7 w-7 stroke-red-500"
class="size-7 stroke-red-500"
>
<path
stroke-linecap="round"
Expand All @@ -108,7 +108,7 @@ import { Head } from '@inertiajs/vue3'
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
class="mx-6 h-6 w-6 shrink-0 self-center stroke-red-500"
class="mx-6 size-6 shrink-0 self-center stroke-red-500"
>
<path
stroke-linecap="round"
Expand All @@ -124,14 +124,14 @@ import { Head } from '@inertiajs/vue3'
>
<div>
<div
class="flex h-16 w-16 items-center justify-center rounded-full bg-red-50 dark:bg-red-800/20"
class="flex size-16 items-center justify-center rounded-full bg-red-50 dark:bg-red-800/20"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
class="h-7 w-7 stroke-red-500"
class="size-7 stroke-red-500"
>
<path
stroke-linecap="round"
Expand All @@ -155,7 +155,7 @@ import { Head } from '@inertiajs/vue3'
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
class="mx-6 h-6 w-6 shrink-0 self-center stroke-red-500"
class="mx-6 size-6 shrink-0 self-center stroke-red-500"
>
<path
stroke-linecap="round"
Expand All @@ -170,14 +170,14 @@ import { Head } from '@inertiajs/vue3'
>
<div>
<div
class="flex h-16 w-16 items-center justify-center rounded-full bg-red-50 dark:bg-red-800/20"
class="flex size-16 items-center justify-center rounded-full bg-red-50 dark:bg-red-800/20"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
class="h-7 w-7 stroke-red-500"
class="size-7 stroke-red-500"
>
<path
stroke-linecap="round"
Expand Down Expand Up @@ -253,7 +253,7 @@ import { Head } from '@inertiajs/vue3'
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
class="-mt-px mr-1 h-5 w-5 stroke-gray-400 group-hover:stroke-gray-600 dark:stroke-gray-600 dark:group-hover:stroke-gray-400"
class="-mt-px mr-1 size-5 stroke-gray-400 group-hover:stroke-gray-600 dark:stroke-gray-600 dark:group-hover:stroke-gray-400"
>
<path
stroke-linecap="round"
Expand Down

0 comments on commit 72b6728

Please sign in to comment.