Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago2436 committed Oct 31, 2023
1 parent 5d3340c commit 31c06b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ stages:
steps:
- script: |
docker pull thiagomartinsemartins/deskflora:latest
docker run -d -p porta_host:80 thiagomartinsemartins/deskflora:latest
docker run -d -p 8080:80 thiagomartinsemartins/deskflora:latest
displayName: 'Implantar no servidor'

0 comments on commit 31c06b8

Please sign in to comment.