antistatique / antistatique.net

Drupal 7 for antistatique website
1 stars 2 forks source link

I dropped Codeship Basic, here the deployment instruction #399

Open gido opened 3 years ago

gido commented 3 years ago

In case we need it:

phpenv local 7.1
rvm use 2.4
nvm install 8.0.0
nvm use 8.0.0
npm install -g gulp
bundle install

gem install bundler
bundle install --quiet
yarn
# build the Styleguide
gulp build
#gulp styleguide #Does not works!
# deploy the styleguide (with rsync)
#rsync --recursive --times --rsh=ssh --compress --human-readable --progress --delete styleguide/ antistatique@antistatique.alwaysdata.net:~/www/styleguide/
#bundle exec cap staging deploy