FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
crontab-ui/Makefile at master · sharethis-github/crontab-ui · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Dec 20, 2024. It is now read-only.
sharethis-github
/
crontab-ui
Public archive
forked from
alseambusher/crontab-ui
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
crontab-ui
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (8 loc) · 299 Bytes
Breadcrumbs
crontab-ui
/
Makefile
Copy path
File metadata and controls
9 lines (8 loc) · 299 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
VER
=0.3.9
release
:
sed -i
'
'
"
s/version
\"
:
\"
.*/version
\"
:
\"
$(
VER
)
\"
,/
"
package.json
npm publish
docker build -t alseambusher/crontab-ui
.
docker tag alseambusher/crontab-ui alseambusher/crontab-ui:
$(
VER
)
docker push alseambusher/crontab-ui:latest
docker push alseambusher/crontab-ui:
$(
VER
)
Back
|
FazBrowse Home
|
New Git URL