Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
modlastfm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
stella-irc
modlastfm
Commits
394ef84d
Commit
394ef84d
authored
Oct 28, 2018
by
Mike Jones
🌶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile, deploy script
parent
740a9808
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Makefile
Makefile
+3
-0
scripts/build.sh
scripts/build.sh
+5
-0
No files found.
Makefile
0 → 100644
View file @
394ef84d
.PHONY
:
deploy
deploy
:
./scripts/build.sh
scripts/build.sh
0 → 100755
View file @
394ef84d
#!/usr/bin/env bash
docker build
.
--tag
=
modlastfm:latest
docker tag modlastfm:latest gcr.io/stella-irc/modlastfm:latest
docker push gcr.io/stella-irc/modlastfm:latest
\ No newline at end of file
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