fix: remote ssh uri to pull
All checks were successful
Deploy Gateway / deploy (push) Successful in 5s

This commit is contained in:
Ida 2026-04-22 14:03:15 +02:00
parent c42f0403df
commit 1f5b5b5580

View file

@ -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 &&