Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART_17-18
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bbartels
MicroCART_17-18
7e7a829f404b1ed1eacb2de7b28da3c99734c4c5
MicroCART_17-18
website
Makefile
Find file
Normal view
Permalink
Makefile
95 B
Newer
Older
website: Add scripts to deploy website using sftp
bbartels
committed
8 years ago
1
2
3
4
.PHONY
:
build deploy
build
:
jekyll build
website: Add design document and project plan to website
bbartels
committed
8 years ago
5
chmod
-R
755 _site/
website: Add scripts to deploy website using sftp
bbartels
committed
8 years ago
6
7
8
9
deploy
:
make build
./deploy