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
Copy file name to clipboardExpand all lines: docs/www/docs/cli/swa-deploy.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Don't store the deployment token in a public repository. It should be kept secre
45
45
46
46
You can deploy a front-end application (without an API) to Azure Static Web Apps by running the following steps:
47
47
48
-
1. If your front-end application requires a build step, run [`swa build`](swa-build) or refer to your application build instructions.
48
+
1. If your front-end application requires a build step, run [`swa build`](https://azure.github.io/static-web-apps-cli/docs/cli/swa-build) or refer to your application build instructions.
49
49
50
50
**Option 1:** From build folder you would like to deploy, run the deploy command:
51
51
@@ -58,7 +58,7 @@ swa deploy
58
58
59
59
**Option 2:** You can also deploy a specific folder:
60
60
61
-
1. If your front-end application requires a build step, run [`swa build`](swa-build) or refer to your application build instructions.
61
+
1. If your front-end application requires a build step, run [`swa build`](https://azure.github.io/static-web-apps-cli/docs/cli/swa-build) or refer to your application build instructions.
62
62
63
63
2. Deploy your app:
64
64
@@ -70,7 +70,7 @@ swa deploy ./my-dist
70
70
71
71
To deploy both the front-end app and an API to Azure Static Web Apps, use the following steps:
72
72
73
-
1. If your front-end application requires a build step, run [`swa build`](swa-build) or refer to your application build instructions.
73
+
1. If your front-end application requires a build step, run [`swa build`](https://azure.github.io/static-web-apps-cli/docs/cli/swa-build) or refer to your application build instructions.
74
74
75
75
2. Make sure the[ API language runtime version](https://docs.microsoft.com/en-us/azure/static-web-apps/configuration#platform) in the `staticwebapp.config.json` file is set correctly, for example:
76
76
@@ -132,7 +132,7 @@ If you are using a [`swa-cli.config.json`](#swa-cli.config.json) configuration f
132
132
133
133
Then you can deploy your application by running the following steps:
134
134
135
-
1. If your front-end application requires a build step, run [`swa build`](swa-build) or refer to your application build instructions.
135
+
1. If your front-end application requires a build step, run [`swa build`](https://azure.github.io/static-web-apps-cli/docs/cli/swa-build) or refer to your application build instructions.
Copy file name to clipboardExpand all lines: docs/www/docs/cli/swa-login.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ swa login [options]
13
13
14
14
Used to login to Azure.
15
15
16
-
This command is used to authenticate with Azure and get a deployment token that can be used to deploy to Azure Static Web Apps, using the [`swa deploy`](swa-deploy) command.
16
+
This command is used to authenticate with Azure and get a deployment token that can be used to deploy to Azure Static Web Apps, using the [`swa deploy`](https://azure.github.io/static-web-apps-cli/docs/cli/swa-deploy) command.
0 commit comments