Browse Source

:memo: fix db migrate desc

Jeremy Zheng 2 years ago
parent
commit
b811928a41
1 changed files with 3 additions and 3 deletions
  1. 3 3
      deploy/mint.yml

+ 3 - 3
deploy/mint.yml

@@ -30,11 +30,11 @@
   roles:
   roles:
     - mint-v2
     - mint-v2
 
 
-# - name: run db migration
+# - name: run db migrations
 #   hosts:
 #   hosts:
 #     - dbm
 #     - dbm
 #   tasks:
 #   tasks:
-#     - name: run db-migrate
+#     - name: run laravel db -migrate
 #       become: true
 #       become: true
 #       ansible.builtin.shell:
 #       ansible.builtin.shell:
 #         cmd: su www-data -pc "php artisan migrate"
 #         cmd: su www-data -pc "php artisan migrate"
@@ -72,7 +72,7 @@
       ansible.builtin.systemd:
       ansible.builtin.systemd:
         state: restarted
         state: restarted
         name: postgresql
         name: postgresql
-    - name: run db migrate
+    - name: run tulip db migrate
       ansible.builtin.shell:
       ansible.builtin.shell:
         cmd: dbmate up
         cmd: dbmate up
         chdir: "{{ app_deploy_root }}/agile/rpc/tulip/tulip/db"
         chdir: "{{ app_deploy_root }}/agile/rpc/tulip/tulip/db"