Skip to content

Commit

Permalink
deploy ISP
Browse files Browse the repository at this point in the history
  • Loading branch information
dotruong576 committed Nov 28, 2024
1 parent 1a08183 commit 2dff2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
cd Network
if [[ "${{ env.COMMIT_MSG }}" == *"playbook"* ]]; then
ansible-playbook -i inventory playbook.yml
elif [[ "${{ env.COMMIT_MSG }}" == *"playbook_ISP"* ]]; then
elif [[ "${{ env.COMMIT_MSG }}" == *"ISP"* ]]; then
ansible-playbook -i inventory playbook_ISP.yml
else
echo "No matching playbook found for commit message: ${{ env.COMMIT_MSG }}"
Expand Down

0 comments on commit 2dff2c0

Please sign in to comment.