Skip to content

Commit

Permalink
quiet archives
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 2, 2024
1 parent 7da3e4a commit 7c13ed5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/main/java/com/rultor/agents/Agents.java
Original file line number Diff line number Diff line change
Expand Up @@ -350,13 +350,15 @@ public Agent agent(final Talk talk, final Profile profile)
new Agent.Quiet(new DetachesInstance(aws)),
new Agent.Quiet(new ShootsInstance(aws, TimeUnit.MINUTES.toMillis(15L))),
new RemovesShell(),
new ArchivesDaemon(
new ReRegion(
new Region.Simple(
Manifests.read("Rultor-S3Key"),
Manifests.read("Rultor-S3Secret")
)
).bucket(Manifests.read("Rultor-S3Bucket"))
new Agent.Quiet(
new ArchivesDaemon(
new ReRegion(
new Region.Simple(
Manifests.read("Rultor-S3Key"),
Manifests.read("Rultor-S3Secret")
)
).bucket(Manifests.read("Rultor-S3Bucket"))
)
),
new Publishes(profile, this.github),
new SafeAgent(new Stars(this.github))
Expand Down

0 comments on commit 7c13ed5

Please sign in to comment.