Skip to content

Instantly share code, notes, and snippets.

View ariel-diaz's full-sized avatar

ari ariel-diaz

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApp1
{
public class Test
{
public string getRomano(int num)
@ariel-diaz
ariel-diaz / ecs.yml
Last active March 10, 2021 18:53
gitlab ci aws ecs
image: docker:19.03.10
services:
- docker:dind
variables:
REPOSITORY_URL: <repository-url>
TASK_DEFINITION_NAME: <task-definition-name>
CLUSTER_NAME: <cluster-name>
SERVICE_NAME: <service-name