Commit a8d2b3f4 authored by Vince Tozzi's avatar Vince Tozzi
Browse files

Removendo o script para CI Deploy

parent 329da2b7
Showing with 0 additions and 15 deletions
+0 -15
image: node:12
stages:
- deploy
deploy:
stage: deploy
script:
- npm run build:pwa
- scripts/rsync.sh root@janeraka.org:/mnt/volume_nyc3_01/ryru-stage ./dist/pwa/*
before_script:
- npm install
- apt update -y && apt install rsync -y
cache:
paths:
- node_modules/
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment