Skip to content

Commit

Permalink
Move php services under webservers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzydzany committed Nov 16, 2014
1 parent fbf71fa commit d162716
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

tasks:
- include: common/bootstrap.yml
- include: web/php.yml

- name: configure and deploy the webservers and application code
hosts: webservers
Expand All @@ -14,3 +13,6 @@
- include: web/deploy.yml
- include: web/git.yml
- include: web/ruby.yml
- include: web/php.yml
- include: web/fastcgi.yml
- include: web/php-fastcgi.yml

This comment has been minimized.

Copy link
@rxaviers

rxaviers Dec 3, 2014

Collaborator

How come you create fastcgi and php-fastcgi in a "Move php services under webservers" commit?

1 comment on commit d162716

@dzydzany
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, wrong commit message. As those are depended, I added those under that commit. Previous commit was adding particular lines from file to commit, and I noticed inconsistency while testing this and moving php-fastcgi under webservers.

Please sign in to comment.