Skip to content

Commit

Permalink
Create stage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnagaraju5628 committed Jan 9, 2024
1 parent d9ac5a8 commit f790e69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/stage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
- name: Node.js CI - Staging Environment
hosts: staging
gather_facts: true
become: yes

tasks:
# Similar tasks as in the development environment playbook with environment-specific adjustments

0 comments on commit f790e69

Please sign in to comment.