Add new file
Showing
1 changed file
with
11 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
| 1 | deploy_prod: | ||
| 2 | stage: deploy | ||
| 3 | script: | ||
| 4 | - sh /var/www/sales.ai-pro.org/httpdocs/_server_config/deploy-org_chatgpt-aipro.sh | ||
| 5 | environment: | ||
| 6 | name: chatgpt-prod | ||
| 7 | url: https://chatgpt.ai-pro.org | ||
| 8 | only: | ||
| 9 | - master | ||
| 10 | tags: | ||
| 11 | - chatgpt-prod | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment