Skip to content

chore(ci): renames gha jobs to make it possible to select this jobs a… #1755

chore(ci): renames gha jobs to make it possible to select this jobs a…

chore(ci): renames gha jobs to make it possible to select this jobs a… #1755

name: Deploy Web CI
on:
pull_request:
branches: ["main"]
jobs:
build-deploy-web:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Check for changes in deploy-web folder
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
deploy-web:
- 'apps/deploy-web/**'
- name: Build the Docker image
if: steps.filter.outputs.deploy-web == 'true'
run: packages/docker/script/dc.sh build deploy-web --build-arg DEPLOYMENT_ENV=production