Github
This commit is contained in:
16
.github/workflows/dev-pipeline.yml
vendored
16
.github/workflows/dev-pipeline.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user