Skip to content

fix :: 글씨 깨짐 #71

fix :: 글씨 깨짐

fix :: 글씨 깨짐 #71

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 }}