Skip to content
GitLab
Explore
Sign in
production
.gitlab-ci.yml
Find file
Normal view
Permalink
.gitlab-ci.yml
102 B
Newer
Older
Add the deployement script
Marco De Donno
committed
Jul 07, 2019
1
2
3
4
5
6
stages
:
-
deploy
deploy
:
stage
:
deploy
script
:
Stack deploy directly from the CICD instead of ssh into the host deploy
Marco De Donno
committed
Jul 29, 2019
7
-
make
Add the deployement script
Marco De Donno
committed
Jul 07, 2019
8
9
only
:
-
master