Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
NPDD
baobaxia-ryru
Commits
a8d2b3f4
Commit
a8d2b3f4
authored
3 years ago
by
Vince Tozzi
Browse files
Options
Download
Email Patches
Plain Diff
Removendo o script para CI Deploy
parent
329da2b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-15
.gitlab-ci.yml
with
0 additions
and
15 deletions
+0
-15
.gitlab-ci.yml
deleted
100644 → 0
View file @
329da2b7
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/
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help