Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
Create Octopus Deploy package octopusdeploy-create-package
Creates a zip package in the format expected by Octopus Deploy
arguments
returns
create-package:
type: octopusdeploy-create-package
arguments:
ID: SomePackage
VERSION: 1.0.0
create-package:
type: octopusdeploy-create-package
arguments:
ID: SomePackage
VERSION: 1.0.0
BASE_PATH: /codefresh/volume
OUT_FOLDER: /codefresh/volume
INCLUDE:
- '*.html'
- '*.css'