Closed Bug 1210096 Opened 9 years ago Closed 9 years ago

Deploy phonebook.mozilla.org from git

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: tofumatt, Assigned: cliang)

References

Details

(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/1868] )

Howdy friendly ops folks! Could you kindly deploy the newest code from github.com/mozilla/phonebook to phonebook.mozilla.org?

If yes: thanks very much!

If not: fewer thanks, but I'm sure we can talk it out.

<3
Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/1868]
Assignee: server-ops-webops → cliang
The change has been pushed out to the Phonebook staging environment (phonebook.allizom.org).  Can you please verify that it is working correctly before I push it to production?
Flags: needinfo?(tofumatt)
Looks great, all good to ship! 
Flags: needinfo?(tofumatt)
I've pushed the update to production.  Let me know if there are any issues resulting from the push.

$ sudo ./update
Updating code...
remote: Counting objects: 28, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 28 (delta 16), reused 15 (delta 15), pack-reused 8
Unpacking objects: 100% (28/28), done.
From https://github.com/mozilla/phonebook
   a947884..bbb43a3  master     -> origin/master
Updating a947884..bbb43a3
Fast-forward
 config.php               |  23 +++++++-
 css/style.css            |   2 +
 edit.php                 |   6 ++
 templates/edit.php       |   4 --
 workday_location_map.php | 238 ++++++++++++++++++++++++++++++++++++++-------------------------------------
 5 files changed, 148 insertions(+), 125 deletions(-)
Deploying code...
[2015-10-01 10:59:02] Running rsync_project
[2015-10-01 10:59:02] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6/src/phonebook.mozilla.org/ /data/genericrhel6/www/phonebook.mozilla.org/
[2015-10-01 10:59:02] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6/src/phonebook.mozilla.org/ /data/genericrhel6/www/phonebook.mozilla.org/ (0.069s)
[2015-10-01 10:59:02] Finished rsync_project (0.069s)
[2015-10-01 10:59:02] Running commit_www
[2015-10-01 10:59:02] [localhost] running: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['phonebook.mozilla.org']'
[2015-10-01 10:59:06] [localhost] finished: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['phonebook.mozilla.org']' (4.630s)
[localhost] out: [master 3323dea] deploy [phonebook.mozilla.org]
[localhost] out: 5 files changed, 151 insertions(+), 128 deletions(-)
[localhost] out: rewrite phonebook.mozilla.org/phonebook/workday_location_map.php (99%)
[2015-10-01 10:59:06] Finished commit_www (4.630s)
[2015-10-01 10:59:06] Running push_www
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Depends on: 1216097
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.