diff --git a/.squash.yml b/.squash.yml index 0189ebf..2fb6574 100644 --- a/.squash.yml +++ b/.squash.yml @@ -1,77 +1,19 @@ deployments: default: vm_size: 1G - environment: - TEST_VAL=42 ready_wait: 120 - backend_wait: 20 - subdomain_port_mapping: - - test:81 - - test--test:81 - - another-test:8000 - - and--another-test:8000 - pre_terminate: - - uname -a - - ./src/scripts/script-2.sh - - stuff-service: - - cat ~/.bashrc - post_launch: - - target: 'stuff-service' - command: exec - docker: true - options: -it {target} bash -c 'echo domain is $SQUASH_DOMAIN' - - target: 'stuff-service' - command: exec - docker: true - options: -it {target} bash -c 'echo branch id is $SQUASH_BRANCH_WITH_ID' - - target: 'stuff-service' - command: exec - docker: true - options: -it {target} bash -c 'echo TEST_VAL2 is $TEST_VAL2' - - target: 'stuff-service' - command: exec - docker: true - options: -it {target} bash -c 'echo TEST_VAL is $TEST_VAL' + copy_files: /abcd ~/code + auto_deploy_on_commits: true + squash_pr_comments: true branch: vm_size: 1 - environment: - TEST_VAL=42 - ready_wait: - 120 - filename: - ./stuff/Dockerfile + vm_storage_gb: 10 + auto_deploy_disable_cache: true + auto_deploy_on_commits: true + ready_wait: 120 + filename: ./stuff/Dockerfile dockerfileonly: true - run_options: --env TEST_VAL2=${SQUASH_BRANCH_WITH_ID} -v /assets:/assets context_path: ./stuff - subdomains: - Awesome Name: - - awesomedomain,/?que=99764QQ - Awesomness x2: - - subd,/abc - Awesomness x3: - - plain - pre_launch: - - target: 'stuff-service' - command: exec - docker: true - options: -it {target} bash -c 'echo domain is $SQUASH_DOMAIN' - post_launch: - - target: 'stuff-service' - command: exec - docker: true - options: -it {target} bash -c 'echo domain is $SQUASH_DOMAIN' - - target: 'stuff-service' - command: exec - docker: true - options: -it {target} bash -c 'echo branch id is $SQUASH_BRANCH_WITH_ID' - - target: 'stuff-service' - command: exec - docker: true - options: -it {target} bash -c 'echo TEST_VAL2 is $TEST_VAL2' - - target: 'stuff-service' - command: exec - docker: true - options: -it {target} bash -c 'echo TEST_VAL is $TEST_VAL' branchA: vm_size: 6 environment: diff --git a/dummy.txt b/dummy.txt new file mode 100644 index 0000000..f1d64f5 --- /dev/null +++ b/dummy.txt @@ -0,0 +1,28 @@ +test26 +test25 +test24 +test23 +test22 + +test21 +test20 +test19 +test18 + +test +test 2 +test3 +test4 +test5 +test6 +test7 +test8 +test9 +test10 +test11 +test12 +test13 +test14 +test15 +test16 +test17 diff --git a/empty_file b/empty_file deleted file mode 100644 index ab9f299..0000000 --- a/empty_file +++ /dev/null @@ -1 +0,0 @@ -test132 diff --git a/test b/test deleted file mode 100644 index e69de29..0000000