Issue

【7/30】新大陸イベントリリース手順書 #71

iwamoto opened this at 2020-07-29T22:09:33; closed

Description

opened by iwamoto at 2020-07-29T22:09:33; updated 2022-08-22T11:00:40

レイド報酬の配布

# masterブランチにfix_raid_script_51をマージ
git checkout master
git merge origin/fix_raid_script_51
git push

# 本番環境に反映
ssh jr-adm
update web
deploy web

# 報酬配布
(実行前に$debug_flgを0に設定)
cd /jr-yamada/lib/exec/
vi tool_event_raid_present.inc
ENVIRONMENT=production PF=yamada php ./tool_event_raid_present.inc

# ポイント集計
ENVIRONMENT=production PF=yamada php ./tool_event_raid_point.inc

DBの更新

# masterブランチにdevelopブランチをマージ
git pull
git checkout master
git merge origin/develop
git push 

# 本番反映
ssh jr-adm
deploy db

# log移動の有無
新大陸イベント初回のためlog移動は無し

リリース作業

# データベースの初期化
更新
- UPDATE team_data SET event_info = 0,event_info2 = 50,event_info3 = 0 WHERE `del_flg` = 0;
- truncate table  user_event_new_island
確認
- SELECT  `team_no` ,  `event_info` ,  `event_info2` ,  `event_info3`  FROM  `team_data` WHERE `del_flg` = 0;
- SELECT  * FROM  `user_event_new_island`

# developブランチにfix_shop_conf_63マージ済み(アイテム購入時ダイアログ表示追加) 

# masterブランチにdevelopブランチをマージ
git checkout develop
git pull
git checkout master
git pull
git merge origin/develop
git push

# 本番環境に反映
ssh jr-adm
update web
deploy web

# バッチファイルの設定
crontab -e
6,16,26,36,46,56 * * * * ENVIRONMENT=${JR_ENV} PF=yamada ${JR_DIR}/lib/exec/event_ranking_event_island.sh //イベントランキング
//10 15 * * * ENVIRONMENT=${JR_ENV} PF=yamada ${JR_DIR}/lib/exec/tool_event_newisland_point.inc //管理画面集計

Comment

#5916 by wada at 2020-07-30T10:57:34; updated 2020-07-30T10:57:34

パーペキです

iwamoto add_label at 2020-07-30T12:01:34: event
iwamoto change_milestone at 2020-07-30T12:01:41: No milestone:release_island_1
iwamoto assign at 2020-07-30T12:01:45: Not assigned:iwamoto
iwamoto close_comment at 2020-07-30T15:46:18: リリース完了したため、close