Commit 30bc1879 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Adapta el proyecto al nuevo entorno

parent fab96c36
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
include:
  - project: 'pedroetb-projects/gitlab-ci-templates'
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment.yml'

stages:
  - deploy

.deploy:
  variables:
    STACK: storage
+1 −0
Original line number Diff line number Diff line
MIT License

Copyright (c) 2022 pedroetb-projects
Copyright (c) 2022 REDMIC Project / Storage

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+0 −0

File moved.

+1 −0
Original line number Diff line number Diff line
version: '3.9'
+1 −0
Original line number Diff line number Diff line
version: '3.9'
Loading