diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index d00c12328..8f445cc26 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -6,11 +6,11 @@ on: - main - pangea-merge -environment: staging jobs: deploy_web: runs-on: ubuntu-latest + environment: staging steps: - uses: actions/checkout@v2 - run: cat .github/workflows/versions.env >> $GITHUB_ENV