Skip to content

Commit

Permalink
Don't require license key prompt on deployment script (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
AHarmlessPyro authored Nov 25, 2022
1 parent 3d4d4bc commit a1baa84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/deploy_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ sudo chmod +x /opt/metlo/manage-deployment.py
sudo ln -s /opt/metlo/manage-deployment.py /usr/bin/metlo-deploy

export METLO_DIR=/opt/metlo
echo "METLO_DIR=/opt/metlo" >> /home/azureuser/.bashrc
sudo -E metlo-deploy init
sudo -E metlo-deploy init -q
sudo -E metlo-deploy update

0 comments on commit a1baa84

Please sign in to comment.