Skip to content

Merge pull request #77 from infinum/feature/ecs #101

Merge pull request #77 from infinum/feature/ecs

Merge pull request #77 from infinum/feature/ecs #101

name: Deploy staging
on:
workflow_dispatch:
push:
paths-ignore:
- '**.md'
branches:
- master
jobs:
deploy:
name: Deploy
uses: infinum/js-pipeline/.github/workflows/pipeline.yml@v3
with:
ci_steps: 'deploy'
secrets: 'js-react-example'
deploy_host: 'react-example.byinfinum.co'
deploy_user: 'js_react_example'
environment: 'staging'
deploy_port: 229
secrets:
SSH_PRIVATE_KEY: ${{ secrets.STAGING_KEY }}