Skip to content

groupbwt/gitlab-runner-envoy-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI/CD Docker image

This is Docker image for CI/CD with Composer, Node and Laravel Envoy.

  1. Building
  2. Using

Building

For building this image you need execute:

./build.sh

NOTE
Because build script use --squash, use must enable experimental functionality for docker daemon

Environment file

For creating environment file you need execute:

cp .env.example .env

After that you should fill environment variables in created .env file.

Using

Node

You can use default version of Node or choose specific version. For example:

# .gitlab-ci.yml
...
deploy-current-branch:
  stage: deploy
  image: groupbwt/gitlab-runner-envoy-node:latest
  script:
    - nvm install 16.20.2
    - nvm use 16.20.2
    - npm install
    - npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors