Skip to content

Commit

Permalink
Merge branch 'live' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarton committed Mar 25, 2024
2 parents c68a201 + 7ea9476 commit bc4d426
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 84 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/live-deploy-to-server-on-release.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/live_rcpch-dgc-server-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4 # latest as at March 2024

- name: Set up Python version
uses: actions/setup-python@v1
uses: actions/setup-python@v5 # latest as at March 2024
with:
python-version: '3.8'
python-version: '3.12'

- name: Create and start virtual environment
run: |
Expand All @@ -35,7 +35,7 @@ jobs:
run: zip release.zip ./* -r

- name: Upload artifact for deployment jobs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4 # latest as at March 2024
with:
name: python-app
path: |
Expand All @@ -51,15 +51,15 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4 # latest as at March 2024
with:
name: python-app

- name: Unzip artifact for deployment
run: unzip release.zip

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3 # latest as at March 2024
id: deploy-to-webapp
with:
app-name: 'rcpch-dgc-server-live'
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/prerelease_rcpch-dgc-server-prerelease.yml

This file was deleted.

0 comments on commit bc4d426

Please sign in to comment.