-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (26 loc) · 904 Bytes
/
deploy.yml
File metadata and controls
32 lines (26 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Deploy
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
container:
image: pandoc/latex
steps:
- uses: actions/checkout@v3
- name: creates output
run: sh ./build.sh
- name: Pushes to origin repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.AUTO_ACTIONS }}
with:
source-directory: "output"
destination-github-username: pedro0527 #또는 사용할 깃허브 유저이름
destination-repository-name: SOLPLY-ADMIN #[repo 이름]
user-email: ${{secrets.EMAIL}} # 깃허브 시크릿에 EMAIL값으로 받기
commit-message: "배포 🐱🏍"
- name: Test get variable exported by push-to-another-repository
run: echo $DESTINATION_CLONED_DIRECTORY