fix: remote ssh uri to pull
All checks were successful
Deploy Gateway / deploy (push) Successful in 5s
All checks were successful
Deploy Gateway / deploy (push) Successful in 5s
This commit is contained in:
parent
c42f0403df
commit
1f5b5b5580
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ jobs:
|
||||||
echo "UserKnownHostsFile=/dev/null" >> ~/.ssh/config
|
echo "UserKnownHostsFile=/dev/null" >> ~/.ssh/config
|
||||||
ssh -i ~/.ssh/deploy_key ubuntu@api.poweron.swiss "
|
ssh -i ~/.ssh/deploy_key ubuntu@api.poweron.swiss "
|
||||||
cd /srv/gateway/current &&
|
cd /srv/gateway/current &&
|
||||||
|
git remote set-url origin ssh://git@git.poweron.swiss:2222/PowerOn/gateway.git &&
|
||||||
git pull &&
|
git pull &&
|
||||||
cp env_prod_forgejo.env .env &&
|
cp env_prod_forgejo.env .env &&
|
||||||
rm -f env_*.env &&
|
rm -f env_*.env &&
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue