Skip to content

Commit

Permalink
offline drop os support callout (#2538)
Browse files Browse the repository at this point in the history
* wording

* add os support callout
  • Loading branch information
benPearce1 authored Oct 22, 2024
1 parent 0393993 commit 03253e1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ navOrder: 70

The offline package drop deployment target makes it possible for Octopus to bundle all the files needed to perform a deployment to a deployment target, even when a direct connection to the deployment target isn't always possible, for instance, if a security policy, compliance control, or network topology make a direct connection impossible.

You can treat the offline package drop just like any other target, but instead of the application being deployed Octopus will bundle up all of the files needed to perform the deployment on the *actual* target server.
You can treat the offline package drop just like any other target, but instead of deploying the application Octopus will bundle up all the files needed to perform the deployment on the *actual* target server.

:::div{.info}
Offline package drop currently only supports Windows operating systems as the target machine.
:::

## Configuring the target {#target-configuration}

Expand Down

0 comments on commit 03253e1

Please sign in to comment.