diff --git a/apps/deploy-app.mdx b/apps/deploy-app.mdx index e1ed915e..5a2f4cf5 100644 --- a/apps/deploy-app.mdx +++ b/apps/deploy-app.mdx @@ -53,7 +53,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: "1.24.4" + go-version: "1.24.5" - name: Setup TinyGo uses: acifani/setup-tinygo@v2 @@ -62,6 +62,13 @@ jobs: - name: Build project run: npx -p @hypermode/modus-cli -y modus build + + - name: Publish GitHub artifact + uses: actions/upload-artifact@v4 + with: + name: build + path: ./build/* + retention-days: 7 ``` Once the workflow is added, **any push to the `main` branch automatically @@ -82,19 +89,6 @@ The deployment automatically: 2. Deploys to your Hypermode endpoint 3. Makes your functions available via GraphQL -Deployment output: - -```text -🚀 Deployment started for commit abc123d -📦 Building application... -✓ Functions compiled successfully -🌐 Deploying to production... -✓ Health checks passed -🎉 Deployment complete! - -Endpoint: https://my-modus-app-my-workspace-hurx1.hypermode.app/graphql -``` - ## Production features Your deployed app includes: