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
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
# This workflow will build and push a node.js application to an Azure Web App when a commit is pushed to your default branch.
2
-
#
3
-
# This workflow assumes you have already created the target Azure App Service web app.
4
-
# For instructions see https://docs.microsoft.com/en-us/azure/app-service/quickstart-nodejs?tabs=linux&pivots=development-environment-cli
5
-
#
6
-
# To configure this workflow:
7
-
#
8
-
# 1. Download the Publish Profile for your Azure Web App. You can download this file from the Overview page of your Web App in the Azure Portal.
9
-
# For more information: https://docs.microsoft.com/en-us/azure/app-service/deploy-github-actions?tabs=applevel#generate-deployment-credentials
10
-
#
11
-
# 2. Create a secret in your repository named AZURE_WEBAPP_PUBLISH_PROFILE, paste the publish profile contents as the value of the secret.
12
-
# For instructions on obtaining the publish profile see: https://docs.microsoft.com/azure/app-service/deploy-github-actions#configure-the-github-secret
13
-
#
14
-
# 3. Change the value for the AZURE_WEBAPP_NAME. Optionally, change the AZURE_WEBAPP_PACKAGE_PATH and NODE_VERSION environment variables below.
15
-
#
16
-
# For more information on GitHub Actions for Azure: https://github.com/Azure/Actions
17
-
# For more information on the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
18
-
# For more samples to get started with GitHub Action workflows to deploy to Azure: https://github.com/Azure/actions-workflow-samples
19
-
20
1
on:
21
2
push:
22
3
branches: [ "main" ]
23
4
workflow_dispatch:
24
5
25
6
env:
26
-
AZURE_WEBAPP_NAME: your-app-name# set this to your application's name
27
-
AZURE_WEBAPP_PACKAGE_PATH: '.'# set this to the path to your web app project, defaults to the repository root
28
-
NODE_VERSION: '20.x'# set this to the node version to use
The github.dev web-based editor is a lightweight editing experience that runs entirely in your browser. You can navigate files and source code repositories from GitHub, and make and commit code changes.
3
+
Projeto base em Node.js com:
4
4
5
-
There are two ways to go directly to a VS Code environment in your browser and start coding:
5
+
- landing page profissional
6
+
- seção de portfólio
7
+
- tela de login demonstrativa
8
+
- página de contato
9
+
- API simples em Express
10
+
- workflow GitHub Actions com CI e deploy opcional no Azure
6
11
7
-
* Press the . key on any repository or pull request.
8
-
* Swap `.com` with `.dev` in the URL. For example, this repo https://github.com/github/dev becomes http://github.dev/github/dev
12
+
## Como executar
9
13
10
-
Preview the gif below to get a quick demo of github.dev in action.
O servidor sobe por padrão em `http://localhost:3000`.
13
22
14
-
# Why?
15
-
It’s a quick way to edit and navigate code. It's especially useful if you want to edit multiple files at a time or take advantage of all the powerful code editing features of Visual Studio Code when making a quick change. For more information, see our [documentation](https://github.co/codespaces-editor-help).
0 commit comments