Skip to content

Commit

Permalink
feat: update the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
osscameroon-bot committed Nov 20, 2021
1 parent 7f402e8 commit 0008821
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ echo "DEPLOY_SERVICE_DIR: $DEPLOY_SERVICE_DIR"
ls $DEPLOY_SERVICE_DIR
ls $DEPLOY_CONF_DIR

#update the repository
cd $DEPLOY_SERVICE_DIR
git pull --rebase origin main
cd -

echo "Start deployment..."
cd $DEPLOY_SERVICE_DIR
DOCKER_COMPOSE_FILES="$(find . -regex ".*-compose\.\(yml\|yaml\)")"
Expand Down

0 comments on commit 0008821

Please sign in to comment.