DEV Community

Discussion on: Vue on Django, Part 4

Collapse
 
electrocnic profile image
electrocnic

If you wonder why it does not work on windows to run the deploy.sh:

  • Use the git-bash for windows
  • Insert this line as the very first line into the deploy.sh:
#!/bin/sh
  • chmod 755 deploy.sh and you should be able to run it in the git bash with
  • ./deploy.sh
Collapse
 
rpalo profile image
Ryan Palo

Thanks for the tip! I do know why it doesn't work, I just don't like to use git-bash on this particular machine. I really actually like using PowerShell :)