Issue

【1/27】リリース手順書(新大陸6) #580

iwamoto opened this at 2021-01-27T10:23:43; closed

Description

opened by iwamoto at 2021-01-27T10:23:43; updated 2023-10-31T12:13:02

【1/27】新大陸 #563

レイドイベント報酬の配布

  • [x] 報酬配布
# 報酬配布
(実行前に$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

リリース作業

  • [x] DBの初期化
#DBの初期化

1.team_data 
更新
UPDATE team_data SET event_info = 0,event_info2 = 50,event_info3 = 0 WHERE `del_flg` = 0;
確認
SELECT  `team_no` ,  `event_info` ,  `event_info2` ,  `event_info3`  FROM  `team_data` WHERE `del_flg` = 0;

2.user_event_new_island
更新
truncate table  user_event_new_island;
確認
SELECT  * FROM  `user_event_new_island`;
  • [x] 本番環境更新
#本番環境に反映
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 
//イベントランキング
3 0 28 * * ENVIRONMENT=${JR_ENV} PF=yamada ${JR_DIR}/lib/exec/event_item_change_gold.sh
iwamoto refer at 2021-01-27T10:30:26: 579:【1/27】新大陸イベントリリース

Comment

#9254 by wada at 2021-01-27T10:46:35; updated 2021-01-27T10:46:35

お願いします。

Comment

#9255 by wada at 2021-01-27T11:48:19; updated 2021-01-27T11:48:19

@iwamoto
ニーアの公開フラグ(master_card.del_flg = 0)更新お願いします。

iwamoto close at 2021-01-28T09:57:00: Close