Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >

`SCRIPT_RUN` stage is one stage in the pipeline and you can execute any commands.

> Note: This feature is at the alpha status and only available for application of kind AWS Lambda.
> Note: This feature is at the alpha status.

## How to configure SCRIPT_RUN stage

Expand Down Expand Up @@ -49,7 +49,7 @@ spec:
sleep 10
```

![](/images/custom-sync.png)
![](/images/script-run.png)

Note:
1. You can use `SCRIPT_RUN` stage with any current supporting application kind.
Expand All @@ -61,4 +61,7 @@ Note:
- Build your own container image based on `ghcr.io/pipe-cd/piped` image.
- Manually update your running piped container (not recommended).

# When to rollback

Even if a rollback occurs, the command will not be executed again.
In the near future, we are considering the ability to run this command also on rollback.