Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 8 additions & 66 deletions .squash.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
28 changes: 28 additions & 0 deletions dummy.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion empty_file

This file was deleted.

Empty file removed test
Empty file.