Skip to content

Commit

Permalink
Update OG values
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Cobby committed Oct 10, 2012
1 parent ea559ab commit d5fb641
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/DGM/Provider/BaseControllerProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function connect(Application $app)

$controllers->post('/deploy', function(Request $request) use ($app) {
$auth = $request->get('auth');

$branch = trim($app['config']['branch']);
if ($auth !== 'ac2aa55ec8adecc56501fc32cc22ec38'){
$app['monolog']->addInfo("Rejected deploy with bad auth: {$auth}");
Expand Down
4 changes: 2 additions & 2 deletions templates/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<meta property="og:title" content="You Spend 2012">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta property="og:url" content="{{app.config.appUrl}}">
<meta property="og:image" content="{{app.config.assetHost}}/img/facebook.png">

<script type="text/javascript">
Expand Down
Binary file added web/img/facbook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5fb641

Please sign in to comment.