Skip to content

chore :: 조기귀가 문구 버그 #56

chore :: 조기귀가 문구 버그

chore :: 조기귀가 문구 버그 #56

Workflow file for this run

name: Deploy
on:
push:
branches:
- develop
jobs:
build:
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
with:
environment: stag
access_key: ${{ secrets.XQUAER_ACCESS_KEY }}
github_token: ${{ secrets.PICK_WEB_ADMIN }}
buildargs: |
VITE_SERVER_BASE_URL=${{ secrets.VITE_SERVER_BASE_URL }}
VITE_PUBLIC_FILE_APP=${{ secrets.VITE_PUBLIC_FILE_APP }}
VITE_PUBLIC_CHAT_KEY=${{ secrets.VITE_PUBLIC_CHAT_KEY }}