Skip to content
Snippets Groups Projects
Select Git revision
  • 2c49ac4e9cc60f1e205b5b2410d01948fb33c778
  • master default protected
  • config
3 results

test.sh

Blame
  • deploy_static.sh 135 B
    #!/bin/bash
    
    sudo rm -rf /var/www/static
    sudo cp -r static /var/www/static
    sudo chown -R www-data:www-data /var/www/static
    echo "Done"