Skip to content

Commit

Permalink
Week3: Demo proposal (#2437)
Browse files Browse the repository at this point in the history
* Week2: Presentation proposal

* Remove unneccesary paragraph

* Week3: Demo proposal
  • Loading branch information
ItsRkaj authored Sep 7, 2024
1 parent 9b6c509 commit 7bd81cc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions contributions/demo/week3/rikj-millear/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Assignment Proposal

## Title

Gitlab CI/CD workflow for deploying fullstack web application on self-hosted server via docker.

## Names and KTH ID

- Rikard Johansson ([email protected])
- Mille Af Rolén ([email protected])

## Deadline

- Week 3

## Category

- Demo

## Description

In this demo, we will walk you through configuring GitLab CI/CD for the automated deployment of a full-stack web application on a self-hosted server using Docker. We will cover the prerequisites, CI/CD variables, setting up a Docker image, installing necessary packages, SSH access to the server, and pulling the latest Docker container to recreate the application.

**Relevance**

This demo is relevant because it demonstrates how to streamline the deployment process using GitLab CI/CD, on a self hosted server. Automating the deployment of a full-stack web application reduces manual effort. By integrating Docker, it enhances portability and scalability, allowing developers to deploy applications seamlessly to self-hosted servers or other environments.

0 comments on commit 7bd81cc

Please sign in to comment.