Commit 4c4d96b8 authored by devteam's avatar devteam

Add .gitlab-ci.yml

parent 2c45f57d
Pipeline #12795 passed with stage
---
deploy_staging_server:
script:
- "cd /home/gitlab-runner/ansible-dev-playbook/aes-api-fire-laravel-teste"
- "ansible-playbook -v aes-api-fire-laravel-teste.yml"
environment:
name: staging
only:
- staging
deploy_production_server:
script:
- "cd /home/gitlab-runner/ansible-dev-playbook/aes-api-fire-laravel-producao"
- "ansible-playbook -v aes-api-fire-laravel-producao.yml"
environment:
name: production
only:
- master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment