Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nganiet committed Aug 18, 2024
1 parent d9a20a3 commit 2341b67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_floraculum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
with:
app-name: 'floraculum'
slot-name: 'Production'
Expand Down
11 changes: 5 additions & 6 deletions floraculum.PublishSettings
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,24 @@
<publishProfile profileName="floraculum - Web Deploy" publishMethod="MSDeploy"
publishUrl="floraculum-h5hrcnhpbsf7a7bh.scm.northcentralus-01.azurewebsites.net:443"
msdeploySite="floraculum" userName="$floraculum"
userPWD="gnrKCnTtztRLhPpCJNy2aXJ45Kx24qJfCHsxerivJvmfa4tzWbvlMuHzxukx"
userPWD="Zh5PbPrvsyhN8br5bp3W6DTMoydu7L13tynika293wAXoLpaE6vmbTwJflYT"
destinationAppUrl="https://floraculum-h5hrcnhpbsf7a7bh.northcentralus-01.azurewebsites.net"
SQLServerDBConnectionString="" mySQLDBConnectionString="" hostingProviderForumLink=""
controlPanelLink="https://portal.azure.com" webSystem="WebSites">
<databases />
</publishProfile>
<publishProfile profileName="floraculum - FTP" publishMethod="FTP"
publishUrl="ftps://waws-prod-ch1-091.ftp.azurewebsites.windows.net/site/wwwroot"
ftpPassiveMode="True" userName="floraculum\$floraculum"
userPWD="gnrKCnTtztRLhPpCJNy2aXJ45Kx24qJfCHsxerivJvmfa4tzWbvlMuHzxukx"
ftpPassiveMode="True" userName="REDACTED" userPWD="REDACTED"
destinationAppUrl="https://floraculum-h5hrcnhpbsf7a7bh.northcentralus-01.azurewebsites.net"
SQLServerDBConnectionString="" mySQLDBConnectionString="" hostingProviderForumLink=""
controlPanelLink="https://portal.azure.com" webSystem="WebSites">
SQLServerDBConnectionString="REDACTED" mySQLDBConnectionString=""
hostingProviderForumLink="" controlPanelLink="https://portal.azure.com" webSystem="WebSites">
<databases />
</publishProfile>
<publishProfile profileName="floraculum - Zip Deploy" publishMethod="ZipDeploy"
publishUrl="floraculum-h5hrcnhpbsf7a7bh.scm.northcentralus-01.azurewebsites.net:443"
userName="$floraculum"
userPWD="gnrKCnTtztRLhPpCJNy2aXJ45Kx24qJfCHsxerivJvmfa4tzWbvlMuHzxukx"
userPWD="Zh5PbPrvsyhN8br5bp3W6DTMoydu7L13tynika293wAXoLpaE6vmbTwJflYT"
destinationAppUrl="https://floraculum-h5hrcnhpbsf7a7bh.northcentralus-01.azurewebsites.net"
SQLServerDBConnectionString="" mySQLDBConnectionString="" hostingProviderForumLink=""
controlPanelLink="https://portal.azure.com" webSystem="WebSites">
Expand Down

0 comments on commit 2341b67

Please sign in to comment.