Корзина пуста
Корзина
0
Корзина пуста
Каталог продукции
назад

GIT DEPLOYMENT SCRIPT

$ pwd
/home/bitrix/www
$ git config user.email "git@sklad-tepla.ru"
$ git config user.name "sklad-tepla.ru server"
$ git config --list
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
remote.origin.url=git@bitbucket.org:vasbkadg/git.sklad-tepla.ru.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
user.email=git@sklad-tepla.ru
user.name=sklad-tepla.ru server
$ git config core.filemode false
$ whoami
bitrix
$ git status
# On branch master
nothing to commit, working directory clean
$ git add --all
$ git commit -m "Changes on production"
# On branch master
nothing to commit, working directory clean
$ git pull origin master
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
$ git checkout --theirs .
$ git commit -am "Remote Conflict"
# On branch master
nothing to commit, working directory clean
$ git push origin master
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
$ git submodule sync
$ git submodule update
$ git submodule status
$ touch execafterdeploy.php
$ cat execafterdeploy.php
Корзина пуста