Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
novart_test_dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
p1116214
novart_test_dev
Commits
141b5abf
Commit
141b5abf
authored
8 years ago
by
Achilleas Pipinellis
Browse files
Options
Downloads
Patches
Plain Diff
Remove deploy.sh
Closes #1
parent
85f5d9a8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy.sh
+0
-20
0 additions, 20 deletions
deploy.sh
with
0 additions
and
20 deletions
deploy.sh
deleted
100755 → 0
+
0
−
20
View file @
85f5d9a8
#!/bin/bash
echo
-e
"
\0
33[0;32mDeploying updates to Github...
\0
33[0m"
# Build the project.
hugo
# Add changes to git.
git add
-A
# Commit changes.
msg
=
"rebuilding site
`
date
`
"
if
[
$#
-eq
1
]
then
msg
=
"
$1
"
fi
git commit
-m
"
$msg
"
# Push source and build repos.
git push origin master
git subtree push
--prefix
=
public git@github.com:spencerlyon2/hugo_gh_blog.git gh-pages
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment