2020-03-28 15:55:34 +00:00
|
|
|
# This is a sample build configuration for Other.
|
|
|
|
# Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples.
|
|
|
|
# Only use spaces to indent your .yml configuration.
|
|
|
|
# -----asd
|
|
|
|
# You can specify a custom docker image from Docker Hub as your build environment.
|
|
|
|
image: atlassian/default-image:2
|
|
|
|
|
|
|
|
pipelines:
|
|
|
|
branches:
|
|
|
|
master:
|
|
|
|
- step:
|
|
|
|
deployment: production
|
|
|
|
script:
|
2020-03-28 19:17:51 +00:00
|
|
|
- echo "Skipping Deployment as the website implementation is currently to complex"
|
|
|
|
# - echo "Running deployment to production"
|
|
|
|
# - pipe: atlassian/sftp-deploy:0.5.2
|
|
|
|
# variables:
|
|
|
|
# USER: $SFTP_Username
|
|
|
|
# SERVER: $SFTP_Host_Path
|
|
|
|
# REMOTE_PATH: $SFTP_Production_Path
|
|
|
|
# PASSWORD: $SFTP_Password
|
|
|
|
|
2020-03-28 15:55:34 +00:00
|
|
|
# feature:
|
|
|
|
# - step:
|
|
|
|
# deployment: test
|
|
|
|
# script:
|
|
|
|
# - echo "Running deployment to test"
|
|
|
|
# - pipe: atlassian/sftp-deploy:0.5.2
|
|
|
|
# variables:
|
|
|
|
# USER: $SFTP_Username
|
|
|
|
# SERVER: $SFTP_Host_Path
|
|
|
|
# REMOTE_PATH: $SFTP_TestPath
|
|
|
|
# PASSWORD: $SFTP_Password
|