-
Notifications
You must be signed in to change notification settings - Fork 7
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
Showing
3 changed files
with
36 additions
and
39 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name: DEPLOY wp plugin | |
on: | ||
push: | ||
branches: | ||
- none | ||
- dev | ||
# tags: | ||
# - "v*" | ||
|
||
|
@@ -22,37 +22,35 @@ jobs: | |
with: | ||
version: nightly | ||
|
||
- name: Print forge location | ||
run: which forge | ||
- run: echo $HOME | ||
- run: which forge | ||
- run: forge --version | ||
|
||
- name: Print $HOME | ||
run: echo $HOME | ||
# - name: Install node | ||
# uses: actions/setup-node@v3 | ||
# with: | ||
# node-version: 20 | ||
|
||
- name: Install node | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20 | ||
|
||
- name: Install pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: 8.15.8 | ||
# - name: Install pnpm | ||
# uses: pnpm/[email protected] | ||
# with: | ||
# version: 8.15.8 | ||
|
||
- name: Build wp plugin | ||
run: pnpm deploy:plugin | ||
env: | ||
ENVIR: PROD | ||
NODE_DEBUG: false | ||
GIT_BRANCH: main | ||
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }} | ||
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} | ||
ALCHEMY_API_KEY_POLYGON: ${{ secrets.ALCHEMY_API_KEY_POLYGON }} | ||
ALCHEMY_API_KEY_ARBITRUM: ${{ secrets.ALCHEMY_API_KEY_ARBITRUM }} | ||
ALCHEMY_API_KEY_OPTIMISM: ${{ secrets.ALCHEMY_API_KEY_OPTIMISM }} | ||
ALCHEMY_API_KEY_BASE: ${{ secrets.ALCHEMY_API_KEY_BASE }} | ||
ANKR_API_KEY: ${{ secrets.ANKR_API_KEY }} | ||
COVALENT_API_KEY: ${{ secrets.COVALENT_API_KEY }} | ||
NFT_STORAGE_KEY: ${{ secrets.NFT_STORAGE_KEY }} | ||
# - name: Build wp plugin | ||
# run: pnpm deploy:plugin | ||
# env: | ||
# ENVIR: PROD | ||
# NODE_DEBUG: false | ||
# GIT_BRANCH: main | ||
# INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }} | ||
# ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} | ||
# ALCHEMY_API_KEY_POLYGON: ${{ secrets.ALCHEMY_API_KEY_POLYGON }} | ||
# ALCHEMY_API_KEY_ARBITRUM: ${{ secrets.ALCHEMY_API_KEY_ARBITRUM }} | ||
# ALCHEMY_API_KEY_OPTIMISM: ${{ secrets.ALCHEMY_API_KEY_OPTIMISM }} | ||
# ALCHEMY_API_KEY_BASE: ${{ secrets.ALCHEMY_API_KEY_BASE }} | ||
# ANKR_API_KEY: ${{ secrets.ANKR_API_KEY }} | ||
# COVALENT_API_KEY: ${{ secrets.COVALENT_API_KEY }} | ||
# NFT_STORAGE_KEY: ${{ secrets.NFT_STORAGE_KEY }} | ||
|
||
# - name: Deploy | ||
# uses: nk-o/action-wordpress-plugin-deploy@master | ||
|
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
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