Skip to content

Commit

Permalink
Move paddle env
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Feb 8, 2025
1 parent f42d76e commit 2b5cc61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/virtuoso.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
PADDLE_ENVIRONMENT: ${{ vars.PADDLE_ENVIRONMENT }}
PADDLE_TOKEN: ${{ vars.PADDLE_TOKEN }}
PADDLE_STANDARD_PRICE_ID: ${{ vars.PADDLE_STANDARD_PRICE_ID }}
PADDLE_PRO_PRICE_ID: ${{ vars.PADDLE_PRO_PRICE_ID }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -50,6 +45,11 @@ jobs:
run: npm install
- name: Build the site with docusaurus
run: npm run build-virtuoso.dev
env:
PADDLE_ENVIRONMENT: ${{ vars.PADDLE_ENVIRONMENT }}
PADDLE_TOKEN: ${{ vars.PADDLE_TOKEN }}
PADDLE_STANDARD_PRICE_ID: ${{ vars.PADDLE_STANDARD_PRICE_ID }}
PADDLE_PRO_PRICE_ID: ${{ vars.PADDLE_PRO_PRICE_ID }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 2b5cc61

Please sign in to comment.