Skip to content

Commit

Permalink
cleanup dev deploy workflow for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eibay committed May 26, 2021
1 parent c766cf6 commit c6752f7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ jobs:
startdeployment:
name: Signal Deployment Started
runs-on: ubuntu-latest
outputs:
version: ${{ github.event.inputs.ref }}
deployment_id: ${{ steps.deployment.outputs.deployment_id }}

steps:
- uses: chrnorm/deployment-action@releases/v1
name: Create GitHub deployment
id: deployment
with:
token: ${{ secrets.CI_GITHUB_TOKEN }}
environment: ${{ env.ENVIRONMENT }}
ref: ${{ github.event.inputs.ref }}
bash: |
echo "TODO: Work in progress..."

0 comments on commit c6752f7

Please sign in to comment.