## .gitlab-ci.yml
========================================
In this lecture, we're going to take a look at how you can define your own variables in Gittel website.
You probably have noticed that we now have this domain name all over the place here, so we now have
to insist on staging and this is defined in an environment and again here and again in testing and so
on.
So definitely every time you have something that you have to duplicate all over the place, and especially
with something that can change.
It is generally not a good idea to replicate it all over.
And here comes the concept of variables.
Now, if we remember all variables, we have used variables in the past and we have to use them actually
to start to cigarettes.
And as you remember, you can configure your own variables if you go to settings ICD and go over to
variables.
I previously said that this is a good idea to store your secrets here.
Now, it doesn't mean that you can only store secrets here.
So like the search, login and search token, you can actually store anything that you like.
And one idea would be to store the domain names here and you can definitely do that and then simply
reference them in the scripts.
This will keep the configuration of your pipelines or the name of the remains separated from your code,
from your code base.
But you can define these variables in your pipeline and maybe later decide what you want to do with
them, which one is, in your case, the best approach.
Nevertheless, I think we can agree that it is not a good idea to duplicate stuff.
So in this lecture, I'm going to show you how you can define variables in your catalepsy pipeline.
Now, as with many things, you can define variables either directly in your job so that you can reuse
something in your job.
For example, if I would put this in a variable, then I could use it here and here.
But as this is needed later, at least for the production is listed here in order to run the production
test, it definitely makes sense to define this on a global level.
Well, let's go here and define variables.
And I'm going to keep it very simple, I'm going to name it staging domain.
And production domain.
Of course, you are totally free to name them as you like.
So let's go and change our configuration as well.
And for production.
Now we need to change it here as well.
So now we have the staging domain and a production domain and hopefully we don't have anything with
search anymore in our code.
OK, so these are the only two occurrences.
Now, the good news is that if you decide to move them outside your normal configuration file, you
can easily do so or otherwise.
If you need to change these domains, you can do that as well from here quite easily.
So let's committees and see if our pipeline still works the same.
So it seems that everything works perfectly because the pipeline still runs, actually, because we
have all this test, especially in our case, the production test, we can actually make sure that the
changes that we make to the pipeline, especially when it comes to configuration stuff, that they actually
work and they give us this feeling that much whatever we do with the pipeline, we still have a working
and functional pipeline.
So this is how you can use variables for your domain names or for everything or for anything else that
could actually change.
And as I said, the indicator for such things that need to be in a variable is when you start repeating
yourself and you start adding configuration and putting something in a lot of places in your getler
configuration file.
'[AWS] > GITLAB' 카테고리의 다른 글
34장. Merge requests - What is a Merge Request? (0) | 2022.02.18 |
---|---|
32. 수동 배포 / 수동으로 작업 트리거 (0) | 2022.02.18 |
30. 배포 환경 (0) | 2022.02.15 |
29장. Cache vs Artifacts (0) | 2022.02.15 |
런타임(Runtime) 이란? (0) | 2022.02.15 |
댓글