✏️ 正在编辑: bitbucket-pipelines.yml
路径:
/srv/systems_dir/yuppiecred/bitbucket-pipelines.yml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# Template PHP Build # This template allows you to validate your PHP application. # The workflow allows running tests and code linting on the default branch. image: php:7.1.33 pipelines: branches: # You can include your custom branches and the steps you'd like to undertake e.g. testing #staging: master: - parallel: - step: name: Deploy to production in leonnecred script: - pipe: atlassian/ssh-run:0.2.2 variables: SSH_USER: 'ubuntu' SERVER: '54.207.226.205' COMMAND: './deploApi.sh' - step: name: Deploy to production in vitapromotora script: - pipe: atlassian/ssh-run:0.2.2 variables: SSH_USER: 'ubuntu' SERVER: '54.207.209.126' COMMAND: './deploApi.sh' - step: name: Deploy to production in admin script: - pipe: atlassian/ssh-run:0.2.2 variables: SSH_USER: 'ubuntu' SERVER: '54.94.247.251' COMMAND: './deploApi.sh' - step: name: Deploy to production in valorpromotora script: - pipe: atlassian/ssh-run:0.2.2 variables: SSH_USER: 'ubuntu' SERVER: '54.232.123.63' COMMAND: './deploApi.sh'
💾 保存文件
← 返回文件管理器