Skip to content

Commit

Permalink
Add MCP development VIIRS deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Feb 14, 2024
1 parent d311191 commit 2e0085f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mcp_dev_deployment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: mcp dev deployment
name: mcp dev viirs deployment

on:
push:
branches: [dev]
branches: [viirs_orchestration]
workflow_dispatch:

env:
Expand Down Expand Up @@ -30,14 +30,14 @@ jobs:
- name: Run Tox test environment
# Run tox using the version of Python in `PATH`
run: tox -e py
mcp-dev-deployment:
mcp-dev-viirs-deployment:
strategy:
matrix:
python: [3.8]
runs-on: ubuntu-20.04
needs: [unit-tests]
environment:
name: mcp-dev
name: mcp-dev-viirs
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down

0 comments on commit 2e0085f

Please sign in to comment.