Skip to content

Setup http and https servers (#18) #12

Setup http and https servers (#18)

Setup http and https servers (#18) #12

name: Build and Push Content
on:
push:
branches: [ master ]
paths:
- "GuildWarsPartySearch.FrontEnd/**"
- ".github/workflows/content-deploy.yaml"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Build and push content
run: |
cd GuildWarsPartySearch.FrontEnd
.\BuildAndUploadContent.ps1 -ConnectionString "${{ secrets.AZURE_TABLESTORAGE_CONNECTIONSTRING }}" -ContainerName "content" -SourceFolderPath Content
shell: pwsh