chore : 교실이동 리펙토링 #38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | | |
BASE_URL=${{ secrets.STAG_BASE_URL }} |