Skip to content

Instantly share code, notes, and snippets.

View ahaneef29's full-sized avatar
🎯
Focusing..

Haneef Ansari ahaneef29

🎯
Focusing..
  • FI
  • UAE
View GitHub Profile
@ahaneef29
ahaneef29 / Envoy.blade.php
Created January 22, 2020 10:36 — forked from gravitano/Envoy.blade.php
Simple laravel envoy deploy script :)
@servers(['web' => '[email protected]'])
@setup
$root = '~/public_html';
$dir = $root . '/laravel';
$branch = 'master';
$artisan = $dir . '/artisan';
$composer = '~/composer.phar';
$repo = '[email protected]:username/repository.git';
@endsetup
.factory('appSettings', ['$q', function ($q) {
var settingService = {
debugMode: true,
dbName: "gwu_mobile_v1",
defaultUserId: "00000000-0000-0000-0000-000000000000",
googleGeoCodeApiUrl: 'http://maps.googleapis.com/maps/api/geocode/json?',
pageSize: 12,
numberOfRecordsPerRowPhone: 3,
pageSizeTablet: 15,
numberOfRecordsPerRowTablet: 5,