Auto-Deploy from Gitlab to Server - .gitlab-ci.yml

preview_player
Показать описание
Play at 1.5x if you know a little about machines 😉
Subscribe = You're Awesome 😂
Рекомендации по теме
Комментарии
Автор

Clear and concise introduction to automated deploys with GItlab, thanks!

friso
Автор

Hi Nadir,
1. How to connect to database through gitlab yml to perform database (SQL server/postgresql/oracle) DDL or DML script deployment.
2. How to connect to Informatica and import xml file using gitlab yml.
Appreciated your answers for the above questions. Many thanks.

kempannadhulai
Автор

amazing source of knowledge for beginners, thank you so much.

pankaj
Автор

This is a very useful video...thanks bro 👍

ravv
Автор

How to use one specific runner for other projects with tag name change, I untick lock for one project and I'm able to see in other projects but if i change tag name that is showing in all project's runner why?

ksubrahmanyam
Автор

Hi i have a question, once the image is build and pushed into ACR and from ther how it wil deploy into Azure app services automatically. is that possible? or shld we need to do any configuration? plz tel me

awsservices
Автор

I have 5 environments do i need to install git runner in all 5 environments or can I install in separate vm like jenkins

gummalapatidushyanth
Автор

i have the question, have you your repository file to github but i can't find your files(github)

Asante-ii
Автор

hi nadir, i am making symfony project and my o.s is window 10 and using shell script, ihave a issue to connect git to hosting path can you tell how to write yml file

SHIVKUMAR-ryiw
Автор

can gitlab deploye .war and config files to a jboss(wildfly) remote server and restart the application?

rezaamiri
Автор

Hi, Can you help me below the below error.
sudo: gitlab-runner: command not found

do i need to add or give any access to the user?

amitchettri_ac
Автор

Thanks for this clear tutorial! Is this also valid for a PHP or a static website stored on a Gitlab repository?

nicozica
Автор

Bro I want to deploy to alpha testing server using gitlab ci cd can you please tell how to set up this process.

manikantabattula
Автор

Hi nadir, could you please share video to auto deploy vue.js code from gitlab to ec2 instance using gitlab cicd

satyanagendrababu
Автор

This npm run build is run on server?
How to make build run on gitlab, so we just push dist to server

bagaskara
Автор

Hi Nadir,

Thanks for the video, it's awesome.
I'm stuck at the point of copy latest files to require folder.

- if["$CI_COMMIT_REF_NAME" == "master"]; then cp -R dist/* /home/us4design/public_html; fi;

this command through error, if i remove if condition then dist folder not found.

i'm trying this on linux server.

ABC