Update .gitlab-ci.yml
Showing
1 changed file
with
5 additions
and
5 deletions
| 1 | deploy_prod: | 1 | deploy_stag: |
| 2 | stage: deploy | 2 | stage: deploy |
| 3 | script: | 3 | script: |
| 4 | 4 | ||
| ... | @@ -6,9 +6,9 @@ deploy_prod: | ... | @@ -6,9 +6,9 @@ deploy_prod: |
| 6 | #- sh /var/www/chatbotplus.ai-pro.org/_server_config/deploy-org_chatbotplus-aipro.sh | 6 | #- sh /var/www/chatbotplus.ai-pro.org/_server_config/deploy-org_chatbotplus-aipro.sh |
| 7 | - sh /var/www/chatbotplus.ai-pro.org/_server_config/deploy-org_stag-chatbotplus-aipro.sh | 7 | - sh /var/www/chatbotplus.ai-pro.org/_server_config/deploy-org_stag-chatbotplus-aipro.sh |
| 8 | environment: | 8 | environment: |
| 9 | name: chatgpt-prod | 9 | name: chatgpt-stag |
| 10 | url: https://chatgpt.ai-pro.org | 10 | url: https://staging.chatbotplus.ai-pro.org |
| 11 | only: | 11 | only: |
| 12 | - master | 12 | - 01-aSTAG |
| 13 | tags: | 13 | tags: |
| 14 | - chatgpt-prod | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 14 | - chatgpt-stag | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment