-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mincheol Kim
authored
Dec 6, 2020
1 parent
db34eca
commit f06f98f
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,18 +74,17 @@ jobs: | |
with: | ||
name: build | ||
path: build | ||
# - name: Variable to Dotenv | ||
# uses: TickX/[email protected] | ||
# with: | ||
# key: "REACT_APP_KAKAO_API_TOKEN" | ||
# value: ${{ secrets.KAKAO_API_TOKEN }} | ||
- name: Variable to Dotenv | ||
uses: TickX/[email protected] | ||
with: | ||
key: "REACT_APP_KAKAO_API_TOKEN" | ||
value: ${{ secrets.KAKAO_API_TOKEN }} | ||
- name: Deploy to Firebase | ||
uses: w9jds/[email protected] | ||
with: | ||
args: deploy --only hosting | ||
env: | ||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} | ||
REACT_APP_KAKAO_API_TOKEN: ${{ secrets.KAKAO_API_TOKEN }} | ||
- name: Slack notification | ||
uses: 8398a7/action-slack@v3 | ||
with: | ||
|