Wrong environment.

This commit is contained in:
Ralph Bean 2015-04-06 18:11:46 +00:00
parent b825fcf2e7
commit 60568578b6

View file

@ -19,13 +19,13 @@
- name: Copy in fedmenu assets for staging
synchronize: src=fedmenu-staging/ dest=/srv/web/apps-fp-o/fedmenu/
when: environment == 'staging'
when: env == 'staging'
tags:
- apps-fp-o
#- name: Copy in fedmenu assets for production
# synchronize: src=fedmenu/ dest=/srv/web/apps-fp-o/fedmenu/
# when: environment != 'staging'
# when: env != 'staging'
# tags:
# - apps-fp-o