Skip to content

Commit

Permalink
Create recommend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tank3a committed Aug 19, 2023
1 parent 6aeea40 commit c01c518
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/recommend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: recommend program
on:
push:
branches:
- main
paths:
- backend-recommend/**
jobs:
python-hello-world:
runs-on: ubuntu-latest
steps:
- name: VM으로 파일을 전송합니다.
uses: actions/checkout@v3
- name: 파이썬 환경을 세팅합니다.
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: 환경변수를 설정합니다.
run: |
echo ${{ secrets.PYTHON_ENV }} >> .env

0 comments on commit c01c518

Please sign in to comment.