This commit is contained in:
Moritz Utcke
2025-03-20 11:12:33 -03:00
parent 01cd027e09
commit c39efcdbf0

View File

@@ -14,7 +14,6 @@ jobs:
- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
export PATH=$HOME/.bun/bin:$PATH
- uses: appleboy/ssh-action@master
with:
@@ -23,11 +22,10 @@ jobs:
password: ${{ secrets.DEV_PASSWORD }}
port: 22
script: |
bash -l -c "
cd ~/online-energieausweis
git reset --hard origin/main
git clean -f -d
git pull origin main
git status
make prod
"
export PATH=$HOME/.bun/bin:$PATH
cd ~/online-energieausweis
git reset --hard origin/main
git clean -f -d
git pull origin main
git status
make prod