Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/adblockplus/templates/web/static_deploy_script.sh.erb

Issue 29689695: #7320 - Introduce helpcenter role (Closed)
Patch Set: Created Feb. 5, 2018, 5:59 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash
2
3 echo "Your original command was: " $SSH_ORIGINAL_COMMAND
4
5 # some demo of what the real deployment script would do
6 mkdir ~/builds
7 cd ~/builds
8 mkdir mybuild
9 cd mybuild
10 date > index
11 cp -av * /var/www/<%= @domain %>/
12
OLDNEW
« no previous file with comments | « modules/adblockplus/templates/web/static.conf.erb ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld