One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| { | |
| "name": "pytest-nodemon-watch", | |
| "version": "1.0.0", | |
| "license": "MIT", | |
| "scripts": { | |
| "test": "pytest", | |
| "test:watch": "nodemon --exec \"pytest\" *.py" | |
| }, | |
| "nodemonConfig": { | |
| "ignore": [ |
| <?php | |
| //edit with your data | |
| $repo_dir = '~/repository.git'; | |
| $web_root_dir = '~/project'; | |
| $post_script = '~/project/scripts/post_deploy.sh'; | |
| $onbranch = 'master'; | |
| // A simple php script for deploy using bitbucket webhook | |
| // Remember to use the correct user:group permisions and ssh keys for apache user!! | |
| // Dirs used here must exists on server and have owner permisions to www-data |
| <!DOCTYPE html> | |
| <html><head> | |
| <meta http-equiv='X-UA-Compatible' content='IE=edge' /> | |
| <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/> | |
| <title>test</title> | |
| <script id='sap-ui-bootstrap' type='text/javascript' | |
| src='/sapui5/resources/sap-ui-core.js' | |
| data-sap-ui-theme='sap_goldreflection' | |
| data-sap-ui-libs='sap.ui.commons,sap.ui.ux3'></script> |
| { | |
| "env": { | |
| "browser": true, | |
| "node": true, | |
| "es6": true | |
| }, | |
| "plugins": ["react"], | |
| "ecmaFeatures": { |