Skip to content

Commit

Permalink
Rename playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Lanin committed Apr 14, 2016
1 parent 2bac473 commit c9a9cbd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Edit it to match your environment.

Playbooks:

- `deploy.yml` - Run files deployment
- `rollback.yml` - Rollback deploy
- `migrate.yml` - Run migrations
- `seed.yml` - Run seeding
- `playbook-deploy.yml` - Run files deployment
- `playbook-rollback.yml` - Rollback deploy
- `playbook-migrate.yml` - Run migrations
- `playbook-seed.yml` - Run seeding

```bash
ansible-playbook deploy.yml -i production -u root
ansible-playbook playbook-deploy.yml -i production -u root
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c9a9cbd

Please sign in to comment.