Skip to content

⬆️ Upgrade dependency postcss to v8.5.1 (#1040) #1033

⬆️ Upgrade dependency postcss to v8.5.1 (#1040)

⬆️ Upgrade dependency postcss to v8.5.1 (#1040) #1033

Workflow file for this run

name: Deploy to Live
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: 'pnpm'
- name: 📦 Install dependencies
run: pnpm install
- name: 📦 Build production bundle
run: pnpm build
- name: 📥 Commit and push local changes
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
with:
commit_message: 💄Apply theme changes
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: 🕹️ Executing remote SSH commands using password
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: |
cd talk-am-pegel
git pull
php82 /usr/bin/composer install --no-dev -d ${PWD}
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: 📢 Create Sentry release
uses: getsentry/action-release@f6dfa3d84a1c740b94aa45255c5e032b744a095d # v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production