neroze / deploy-from-local-to-gitlab-page

Python script to deploy static files to the Gitlab pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Deploy to Gitlab Page

A simple Python script to deploy static build / files to Gitlab pages

## Installation

```bash
$ git clone https://github.com/neroze/deploy-from-local-to-gitlab-page.git

// if python virtual env is not already set up

╰─$ pip install virtualenv
╰─$ virtualenv env
╰─$ source env/bin/activate
╰─$ pip install -r requirements.txt

```

## Usage

```bash
╰─$ export GITLAB_ACCESS_TOKEN=[access-token]; export GITLAB_PROJECT_ID=[project-id];
╰─$ python3 deployToGitlab.py
```

## Contributing

Pull requests are welcome.

## License

[MIT](https://choosealicense.com/licenses/mit/)

About

Python script to deploy static files to the Gitlab pages.


Languages

Language:Python 100.0%