Skip to content

Commit

Permalink
rt2nb run
Browse files Browse the repository at this point in the history
  • Loading branch information
ITJamie committed Aug 22, 2022
1 parent 6c407ca commit 815966c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ jobs:
ls -lah
cd development
docker-compose up -d
sleep 5
docker-compose up -d
- run: |
cd development;
docker-compose exec -it rt2nb_runner /opt/repo/development/rt2nb_runner_run_migration.sh
4 changes: 4 additions & 0 deletions development/rt2nb_runner_run_migration.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

cd /opt/repo/rt2nb/
python3 rt2nb/racktables2netbox.py

0 comments on commit 815966c

Please sign in to comment.