Skip to content

Commit

Permalink
deploy monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
dotruong576 committed Dec 2, 2024
1 parent 9b5ab55 commit 7316475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
# Install Monitoring Server
- name: Install Monitoring Server
env:
SNMP_PASSWORD: ${{ secrets.SNMP_PASSWORD }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
SNMP_PASSWORD: ${{ secrets.SNMP_PASSWORD }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
run: |
cd Monitoring
sudo docker compose up -d
Expand Down

0 comments on commit 7316475

Please sign in to comment.