We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f402e8 commit 0008821Copy full SHA for 0008821
scripts/deploy.sh
@@ -22,6 +22,11 @@ echo "DEPLOY_SERVICE_DIR: $DEPLOY_SERVICE_DIR"
22
ls $DEPLOY_SERVICE_DIR
23
ls $DEPLOY_CONF_DIR
24
25
+#update the repository
26
+cd $DEPLOY_SERVICE_DIR
27
+git pull --rebase origin main
28
+cd -
29
+
30
echo "Start deployment..."
31
cd $DEPLOY_SERVICE_DIR
32
DOCKER_COMPOSE_FILES="$(find . -regex ".*-compose\.\(yml\|yaml\)")"
0 commit comments