Skip to content

Commit 43961b3

Browse files
committed
Removed fixtures from deploy. Make master default branch for project
1 parent 8358836 commit 43961b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deploy/staging.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
vars:
55
project_root: /var/www/backend.theatre.pp.ua
66
git_repository: https://github.com/geekhub-php/CheTheatre.git
7-
git_branch: develop
7+
git_branch: master
88
# domains: [admin.chetheatre.local, api.chetheatre.local]
99
domains: [admin.theatre.pp.ua, api.theatre.pp.ua]
1010
user: www-data
@@ -30,8 +30,6 @@
3030
shell: app/console assets:install --env={{project_env}} --domain={{ item }} chdir={{project_root}}/releases/{{release_dir}}
3131
with_items: domains
3232

33-
- include: tasks/fixtures.yml
34-
3533
- name: Fix htaccess
3634
shell: sed -i -e 's,app_dev.php,app.php,g' web/.htaccess chdir={{project_root}}/releases/{{release_dir}}
3735

0 commit comments

Comments
 (0)