1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Files
github-octodns/rb.txt

8 lines
326 B
Bash
Executable File

#!/bin/bash
#script to rebuild octodns quickly
sudo rm -r /home/t-hehwan/GitHub/octodns/build
sudo rm -r /home/t-hehwan/GitHub/octodns/octodns.egg-info
sudo python /home/t-hehwan/GitHub/octodns/setup.py -q build
sudo python /home/t-hehwan/GitHub/octodns/setup.py -q install
octodns-sync --config-file=./config/production.yaml