Skip to content

Commit

Permalink
Update code build test
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnhu committed May 14, 2024
1 parent c1781bb commit be53234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-webapp-test-01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if [ ${{ github.ref_name }} == 'telegram-wallet' ]; then
yarn run webapp:change-build-number
fi
yarn webapp:build --env GAME_API_HOST ${{ secrets.GAME_DEV_SERVER_1 }} TELEGRAM_WEBAPP_LINK ${{ secrets.TELEGRAM_WEBAPP_LINK_01 }}
yarn webapp:build --env GAME_API_HOST ${{ secrets.API_DEV_SERVER_1 }} TELEGRAM_WEBAPP_LINK ${{ secrets.TELEGRAM_WEBAPP_LINK_01 }}
- name: Publish to Cloudflare Pages
id: cloudflare_deployment
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit be53234

Please sign in to comment.