Skip to content

Commit 4b65e7a

Browse files
Merge pull request #196 from DevOpsPorto/meetup71
Meetup #71
2 parents 851fb84 + 80104f1 commit 4b65e7a

File tree

5 files changed

+26
-2
lines changed

5 files changed

+26
-2
lines changed

_data/events/71.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
type: "meetup"
2+
number: 71
3+
date: 2024-11-27
4+
host: devoteam-porto
5+
agenda:
6+
- type: intro
7+
- type: talk
8+
title: Ship your dev environment to CI
9+
abstract:
10+
"Imagine having a consistent, reliable environment for your CI that mirrors your local setup perfectly. In this session, we'll explore how to create and ship Dagger pipelines written in Go that seamlessly: Orchestrate builds, Run tests, Deploy applications.
11+
All within a unified environment, ensuring your pipelines run identically — whether locally or on your preferred CI provider.
12+
Discover Dagger, an open-source, portable, and programmable CI/CD engine that leverages containers to deliver consistency and portability for your workflows. See how Dagger can transform the way you build, test, and deploy!"
13+
speakers:
14+
- name: Nuno Ribeiro
15+
image: m071_nunoribeiro.jpg
16+
twitter:
17+
linkedin:
18+
bio: I began my career as a Civil Engineer, in 2021 I made a transiton to Software Development, and fell in love with DevOps. I've been working as a DevOps Engineer from 2022 until now, moving from designing buildings to designing pipelines. Recently chosen for the 2024 Batch of Dagger Commander.
19+
slides:
20+
youtube:
21+
- type: qa
22+
- type: wrapup
23+
24+

_data/hosts/devoteam-porto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
key: devoteam-porto
22
name: Devoteam
33
link: https://pt.devoteam.com/pt-pt/
4-
logo: devoteam_logo.png
4+
logo: devoteam-porto.png
55
maplink: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1338.2616869486255!2d-8.611569970362357!3d41.14990123613415!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd246571e580e187%3A0x4539654009c4105!2sDevoteam%20Portugal!5e0!3m2!1spt-PT!2spt!4v1687795367152!5m2!1spt-PT!2spt

_includes/components/eventAgenda.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h3>Agenda:</h3>
55
{% if agendaEntry.type == 'intro' %}
66
Session intro
77
{% elsif agendaEntry.type == 'talk' %}
8-
Talk: <strong>{{agendaEntry.title}} - {{agendaEntry.speaker}}</strong>
8+
Talk: <strong>{{agendaEntry.title}}</strong>
99
{% elsif agendaEntry.type == 'break' %}
1010
Networking Break
1111
{% elsif agendaEntry.type == 'openspace' %}
429 KB
Loading

0 commit comments

Comments
 (0)