Skip to content

Commit

Permalink
dogVelopers#25 github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Mar 15, 2022
1 parent 341bd65 commit d71e43c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
S3_BUCKET_NAME: dogveloper-build # bucket name 변수 생성
PATH: ./dogvelopers
# env:
# S3_BUCKET_NAME: dogveloper-build # bucket name 변수 생성
# PATH: ./dogvelopers

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d71e43c

Please sign in to comment.