Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
online-lenz.de
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Documents and Graphics
online-lenz.de
Commits
8d99ff4a
Commit
8d99ff4a
authored
Sep 27, 2019
by
Nicolas Lenz
❄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated deploy stuff from makefile
parent
60ddd759
Pipeline
#92
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
makefile
makefile
+1
-11
No files found.
makefile
View file @
8d99ff4a
...
...
@@ -38,14 +38,4 @@ out/style:
clean
:
rm
-rf
out
# deploy-test-target/deploy-target should be a file containing DEPLOY_TARGET definition.
deploy-test
:
all
$(
eval
DEPLOY_TARGET
=
$(
shell
cat
deploy-test-target
))
$(RSYNC_DEPLOY)
out/.
$(DEPLOY_TARGET)
deploy
:
all deploy-check
$(
eval
DEPLOY_TARGET
=
$(
shell
cat
deploy-target
))
$(RSYNC_DEPLOY)
out/.
$(DEPLOY_TARGET)
deploy-check
:
@
echo
-n
"Deploying to production. Are you sure? [y/N] "
&&
read
ans
&&
[
$
${
ans
:-
N
}
==
y
]
.PHONY
:
all style clean deploy
.PHONY
:
all style clean
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