Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Давид Добряков
etersoft.com
Commits
5db7ab3d
Commit
5db7ab3d
authored
Sep 04, 2020
by
Давид Добряков
Committed by
Давид Добряков
Sep 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml: fix path for deploy
parent
1a955d42
Pipeline
#6682
passed with stage
in 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
1 deletion
+33
-1
!
!
+28
-0
.gitlab-ci.yml
.gitlab-ci.yml
+5
-1
No files found.
!
0 → 100644
View file @
5db7ab3d
pick 03586cc Update .gitlab-ci.yml: fix path for deploy
f 574b0e9 f
# Rebase 1a955d4..574b0e9 onto 1a955d4 (2 commands)
#
# Commands:
# p, pick <commit> = use commit
# r, reword <commit> = use commit, but edit the commit message
# e, edit <commit> = use commit, but stop for amending
# s, squash <commit> = use commit, but meld into previous commit
# f, fixup <commit> = like "squash", but discard this commit's log message
# x, exec <command> = run command (the rest of the line) using shell
# b, break = stop here (continue rebase later with 'git rebase --continue')
# d, drop <commit> = remove commit
# l, label <label> = label current HEAD with a name
# t, reset <label> = reset HEAD to a label
# m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]
# . create a merge commit using the original merge commit's
# . message (or the oneline, if no original merge commit was
# . specified). Use -c <commit> to reword the commit message.
#
# These lines can be re-ordered; they are executed from top to bottom.
#
# If you remove a line here THAT COMMIT WILL BE LOST.
#
# However, if you remove everything, the rebase will be aborted.
#
# Note that empty commits are commented out
.gitlab-ci.yml
View file @
5db7ab3d
...
...
@@ -7,7 +7,11 @@ pages:
-
npm run build
after_script
:
-
cd ../
-
cp -r ./eterlanding /home/etersoft/www/etersoft.com/
-
cp -r ./eterlanding/dist /home/etersoft/www/etersoft.com/
-
cp -r ./eterlanding/index.html /home/etersoft/www/etersoft.com/
-
cp -r ./eterlanding/de /home/etersoft/www/etersoft.com/
-
cp -r ./eterlanding/en /home/etersoft/www/etersoft.com/
-
cp -r ./eterlanding/src/images /home/etersoft/www/etersoft.com/src
artifacts
:
paths
:
-
dist
...
...
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