Skip to content

matichewer/eati2023-my-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇪🇸 Leer en español

EATI 2023: My Action

In this repository we have created our own Actions to be used from this other repository.


This repository was created for the course "DevOps: tu pipeline de CI/CD con Github Actions" of "Escuela de Actualización en Tecnologías de la Información" (EATI 2023) in charge of Departamento de Ciencias e Ingeniería Informática (DCIC) of Universidad Nacional del Sur (UNS).


The repositories that we have created during the course are the following:


Some usefull commands

ssh-keygen -t ed25519 -C <email>
ssh -T git@github.com
git archive --prefix=actividad/ --output=actividad.zip <branch-name>