This website works better with JavaScript.
Home
Explore
Help
Sign In
Applications
/
Gitea
Watch
2
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
created update script
fixes
#3
master
bmen
4 years ago
parent
708b2e9cbb
commit
e9573e9849
1 changed files
with
7 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
update.sh
+ 7
- 0
update.sh
View File
@ -0,0 +1,7 @@
#!/bin/bash
cd
/root/deployments/Gitea/
git pull
docker-compose down
docker-compose -f docker-compose-prod.yml pull
docker-compose -f docker-compose-prod.yml up -d
Write
Preview
Loading…
Cancel
Save