mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Force git to ignore any conflicts after merges
This commit is contained in:
parent
230d17da35
commit
03fd5d054b
|
@ -1,8 +1,8 @@
|
||||||
COMPOSE_FILE="docker-compose-prod.yml"
|
COMPOSE_FILE="docker-compose-prod.yml"
|
||||||
BACKUP_SCRIPT="./scripts/prod/CreateBackup.sh"
|
BACKUP_SCRIPT="./scripts/prod/CreateBackup.sh"
|
||||||
|
|
||||||
git reset --hard
|
git fetch --all
|
||||||
git pull
|
git reset --hard origin/main
|
||||||
|
|
||||||
/bin/bash "${BACKUP_SCRIPT}"
|
/bin/bash "${BACKUP_SCRIPT}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user