diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 077e9b3..d5eb6ad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -66,7 +66,7 @@ jobs: retention-days: 7 deploy: - runs-on: ubuntu-slim + runs-on: ubuntu-latest needs: [build-frontend, build-backend] name: Deploy to production server environment: Production |
