Add Gitea deployment script
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Deploy script for git stack
|
||||||
|
cd /volume1/docker/compose-files
|
||||||
|
set -a && . ./git.env && set +a
|
||||||
|
docker stack deploy git -c git.yaml "$@"
|
||||||
Reference in New Issue
Block a user