Skip to content

Commit

Permalink
Solution0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
Serveladik committed Sep 19, 2024
1 parent ee310b3 commit 747cfd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ sudo apt-get install python3-pip -yq

# Create a directory for the app and download the files.
sudo mkdir /home/azureuser/app

sudo chown -R azureuser:azureuser /home/azureuser/devops_todolist_terraform_task
sudo chown -R azureuser:azureuser /home/azureuser/app

# make sure to uncomment the line bellow and update the link with your GitHub username
# git clone https://github.com/<your-gh-username>/azure_task_12_deploy_app_with_vm_extention.git
sudo cp -r /home/azureuser/devops_todolist_terraform_task/app/* /home/azureuser/app
Expand Down
Binary file modified tfplan
Binary file not shown.

0 comments on commit 747cfd3

Please sign in to comment.