Skip to content

Merge pull request #18 from DSM-Repo/student #3

Merge pull request #18 from DSM-Repo/student

Merge pull request #18 from DSM-Repo/student #3

Workflow file for this run

on:
push:
branches:
- main
paths:
- "configs/**"
- "packages/student/**"
jobs:
build:
permissions:
id-token: write
contents: read
name: Build
runs-on: ubuntu-latest
env:
SERVICE_NAME: student
steps:
- name: Check Out The Repository
uses: actions/checkout@v3
- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
with:
environment: prod
access_key: ${{ secrets.USER_ACCESS_KEY }}
base_url: packages/${{ env.SERVICE_NAME }}
config_file_path: packages/${{ env.SERVICE_NAME }}/.xquare/config.yaml
yarn_docker_build: true
yarn_workspace: "${{ env.SERVICE_NAME }}"