Skip to content
Snippets Groups Projects
Commit edd126eb authored by Fábio Jordão's avatar Fábio Jordão
Browse files

deploy com configutação inicial de teste

parent 1d159f15
No related branches found
No related tags found
No related merge requests found
image: python-latest
pages:
script:
- echo "Minha primeira pipeline"
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PILOTO PIPELINE</title>
</head>
<body>
MINHA PRIMEIRA PIPELINE
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment