Skip to main content

path & global

path & global references

  • appname
    • name of the api.
  • source
    • source path of the build folder.
  • destination
    • destination path of the build.
  • port
    • port number of the API service.
deployment-pipeline.yaml
#Syntax
apis:
<apiname>:
source: "source-folder-path"
destination: "destination-folder-path"
port: "port-number"

#Example
apis:
opsriskapi:
source: "../opsriskapi"
destination: "/var/www/apis"
port: "8006"