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
2 changes: 0 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Development DPOS Deploy

on:
push:
branches: [ development ]
pull_request:
branches: [ development ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Production DPOS Deploy

on:
push:
pull_request:
branches: ["master"]

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Staging DPOS Deploy

on:
push:
branches: ["staging"]
pull_request:
branches: ["staging"]

Expand Down
2 changes: 1 addition & 1 deletion application/resources/views/singleton/head.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta property="og:description" content="{{ env('OG_DESCRIPTION') }}">
<meta property="og:image" content="{{ asset(env('OG_IMAGE')) }}">
<meta property="og:url" content="{{ env('OG_URL', url()->current()) }}">
<meta property="og:logo" content="your value" />
<meta property="og:logo" content="{{ asset(env('OG_LOGO')) }}" />
<meta property="og:type" content="{{ env('OG_TYPE', 'website') }}">

<!-- Twitter -->
Expand Down
Loading