Skip to content

Commit

Permalink
Fixing workshop start time (#13445)
Browse files Browse the repository at this point in the history
  • Loading branch information
interurban authored Nov 26, 2024
1 parent 58c6486 commit 85bf152
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ main:
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2024-12-11T09:00:00-07:00
sortable_date: 2024-12-11T10:00:00-07:00

# Duration of the webinar.
duration: 90 minutes
Expand Down Expand Up @@ -78,9 +78,9 @@ form:

event_data:
name: "AWS Immersion Day: Accelerating Platform Engineering with Pulumi"
start_date: 2024-12-11T09:00:00-07:00
end_date: 2024-12-11T10:30:00-07:00
start_date: 2024-12-11T10:00:00-07:00
end_date: 2024-12-11T11:30:00-07:00
url: "https://www.pulumi.com/resources/aws-immersion-day-platform-engineering/"
description: |
Join us for an exclusive post-re:Invent webinar where we'll explore how Pulumi can revolutionize your platform engineering efforts. Learn how to streamline infrastructure management, enhance developer productivity, and accelerate your cloud-native initiatives using Pulumi's powerful infrastructure-as-code capabilities.
---
---

0 comments on commit 85bf152

Please sign in to comment.