You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example workflows for the [ShipStatic GitHub Action](https://github.com/marketplace/actions/shipstatic) — a React + Vite app deployed to [github-action.shipstatic.com](https://github-action.shipstatic.com).
5
+
Example workflows for the [ShipStatic GitHub Action](https://github.com/marketplace/actions/shipstatic) — a React + Vite app deployed to [action-example.shipstatic.com](https://action-example.shipstatic.com).
6
6
7
7
## [`deploy-no-account.yml`](.github/workflows/deploy-no-account.yml) — Free, No Account Needed
8
8
@@ -77,7 +77,7 @@ jobs:
77
77
with:
78
78
api-key: ${{ secrets.SHIP_API_KEY }}
79
79
path: ./dist
80
-
domain: github-action.shipstatic.com
80
+
domain: ${{ vars.DOMAIN }}
81
81
github-token: ${{ secrets.GITHUB_TOKEN }}
82
82
- run: echo "Deployed to ${{ steps.deploy.outputs.url }}" >> "$GITHUB_STEP_SUMMARY"
0 commit comments