Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Takohashi4268 #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
Loading
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add or update the Azure App Service build and deployment workflow config
  • Loading branch information
Takohashi42 committed Jun 25, 2023
commit cf1678f6db58e311d6e313891ff71109affe7156
8 changes: 4 additions & 4 deletions 8 .github/workflows/main_euswebapply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -31,12 +31,12 @@ jobs:
path: '${{ github.workspace }}/target/*.jar'

deploy:
runs-on: windows-latest
runs-on: ubuntu-latest
needs: build
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v2
Expand All @@ -49,5 +49,5 @@ jobs:
with:
app-name: 'euswebapply'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_CF1CEC0E47934850BC41DB86703E5F1D }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_0DE6360D09224336A6570AE67078D1AF }}
package: '*.jar'
Morty Proxy This is a proxified and sanitized view of the page, visit original site.