FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CustomCodeEditor/.github/workflows/rapidapi.yml at main · javascript-space/CustomCodeEditor · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
javascript-space
/
CustomCodeEditor
Public
forked from
DhanushNehru/CustomCodeEditor
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
CustomCodeEditor
/
.github
/
workflows
/
rapidapi.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
36 lines (28 loc) · 849 Bytes
Breadcrumbs
CustomCodeEditor
/
.github
/
workflows
/
rapidapi.yml
Copy path
File metadata and controls
36 lines (28 loc) · 849 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
33
34
35
36
name
:
Rapid API
on
:
push
:
branches
:
-
main
jobs
:
deploy
:
runs-on
:
ubuntu-latest
env
:
REACT_APP_RAPID_API_HOST
:
${{ secrets.REACT_APP_RAPID_API_HOST }}
REACT_APP_RAPID_API_KEY
:
${{ secrets.REACT_APP_RAPID_API_KEY }}
REACT_APP_RAPID_API_URL
:
${{ secrets.REACT_APP_RAPID_API_URL }}
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v2
-
name
:
Set up Node.js
uses
:
actions/setup-node@v2
with
:
node-version
:
'
16
'
-
name
:
Install dependencies
run
:
npm install
-
name
:
Build project
run
:
npm run build
-
name
:
Deploy to a server or hosting platform
run
:
|
echo "Deploying to server"
# Add your deployment commands here, for example:
# scp -r ./build user@server:/path/to/deploy
Back
|
FazBrowse Home
|
New Git URL