Skip to content

Commit

Permalink
Update dev-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Sep 21, 2023
1 parent 81d44c9 commit acb1fd5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- main
name: dev-deploy
name: public-api-dev-deploy
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -11,10 +11,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: 'Install dependencies'
run: npm install
- name: 'Upload worker code to CloudFlare'
run: npm run publish
- name: "Install dependencies"
run: cd public-api && npm install
- name: "Upload worker code to CloudFlare"
run: cd public-api && npm run publish
env:
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit acb1fd5

Please sign in to comment.