Skip to content

Application deployment tool for the Hypernode platform

License

Notifications You must be signed in to change notification settings

bramstroker/hypernode-deploy

 
 

Repository files navigation

Switching node version

source /etc/profile.d/nvm.sh
nvm install -s stable

Tests

We use Google Container Structure Tests over https://github.com/aelsabbahy/goss because the Hipex deploy container does not require a health check.

Build images locally

CONTAINER_IMAGE=hipex/deploy/dev \
CI_COMMIT_TAG=2.0.2 \
PHP_VERSION=7.4 \
NODE_VERSION=14 \
LOCAL_BUILD= \
./ci/build.sh

Run with local image

rm -Rf vendor
docker run --rm -it --env SSH_PRIVATE_KEY="$(cat ~/.ssh/id_rsa_mydeploykey | base64)" -v ${PWD}:/build hipex/deploy/dev:2.1.0-php7.3-node13 hipex-deploy build -vvv

About

Application deployment tool for the Hypernode platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 86.0%
  • Shell 8.1%
  • Dockerfile 3.7%
  • Twig 1.7%
  • Makefile 0.4%
  • Python 0.1%