Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9238836

Browse filesBrowse files
Update deploy_laravel.sh
1 parent 0124e57 commit 9238836
Copy full SHA for 9238836

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎script/deploy_laravel.sh

Copy file name to clipboardExpand all lines: script/deploy_laravel.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ mkdir -p /var/www/html/public/files/
1313
# Install dependencies
1414
cd /var/www/html/ && composer install
1515

16-
# Copy configuration
17-
aws s3 cp s3://aab-aws-alex/configuration/.env.test /var/www/html/.env
16+
# Copy configuration from /var/www/.env, see README.MD for more information
17+
cp /var/www/.env /var/www/html/.env
1818

1919
# Migrate all tables
2020
php /var/www/html/artisan migrate

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.