Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amanda Ghassaei
DMDesign
Commits
aa28007c
Commit
aa28007c
authored
Aug 26, 2015
by
Amanda Ghassaei
Browse files
scripts
parent
2f033129
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
aa28007c
*.idea/
*.idea/
*.DS_Store
*.DS_Store
node/node_modules/
node/node_modules/
.push.sh
\ No newline at end of file
deploy.sh
deleted
100755 → 0
View file @
2f033129
#!/bin/sh
rsync
-r
-v
--exclude
=
".*"
--exclude
=
'node/node_modules/'
~/Research/WebApps/DMDesign/DMDesign ~/Projects/dma/Web/mod
cd
~/Projects/dma
hg addremove
.
hg ci
-m
"deploy from script"
hg push
\ No newline at end of file
dmaPush.sh
0 → 100755
View file @
aa28007c
#!/bin/sh
cd
~/Research/CBAStuff/git/archives/dma
git subtree pull
-P
Web/dmdesign fabpeople:people/amanda.ghassaei/dmdesign master
--squash
modPush.sh
0 → 100755
View file @
aa28007c
#!/bin/sh
cd
~/Research/CBAStuff/git/archives/dma
git subtree pull
-P
Web/mod/dmdesign fabpeople:people/amanda.ghassaei/dmdesign master
--squash
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment