Skip to content

Bump @types/react-dom from 18.3.0 to 18.3.1 in the react group (#588) #554

Bump @types/react-dom from 18.3.0 to 18.3.1 in the react group (#588)

Bump @types/react-dom from 18.3.0 to 18.3.1 in the react group (#588) #554

Workflow file for this run

name: Deployment
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: 'phil.red'
url: https://phil.red
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
- run: yarn install --immutable
- run: yarn build
env:
NODE_ENV: production
- uses: burnett01/[email protected]
with:
switches: --recursive --delete --archive --compress --verbose
path: dist/
remote_path: /srv/http/phil.red
remote_host: phil.red
remote_user: root
remote_port: 1988
remote_key: ${{ secrets.DEPLOY_KEY }}