This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Change `master` branch to `main` branch (
#20290
)
closed-social-glitch-2
trwnh
2 years ago
committed by
GitHub
parent
45ce858fd9
commit
b280a255c4
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/deploy.rb
+ 1
- 1
config/deploy.rb
View File
@ -3,7 +3,7 @@
lock
'3.17.1'
set
:repo_url
,
ENV
.
fetch
(
'REPO'
,
'https://github.com/mastodon/mastodon.git'
)
set
:branch
,
ENV
.
fetch
(
'BRANCH'
,
'ma
ster
'
)
set
:branch
,
ENV
.
fetch
(
'BRANCH'
,
'ma
in
'
)
set
:application
,
'mastodon'
set
:rbenv_type
,
:user
Write
Preview
Loading…
Cancel
Save