diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 19cea05..e5e6285 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,14 +15,14 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Create Deployment - uses: bobheadxi/deployments@v0.6.2 + uses: bobheadxi/deployments@v1 id: deployment with: step: start token: ${{ github.token }} env: aws - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 ## means s3 sync will only sync things we need sync’d - uses: chetan/git-restore-mtime-action@v1 @@ -53,10 +53,11 @@ jobs: - name: Seal Deployment - uses: bobheadxi/deployments@v0.6.2 + uses: bobheadxi/deployments@v1 if: always() with: step: finish token: ${{ github.token }} status: ${{ job.status }} deployment_id: ${{ steps.deployment.outputs.deployment_id }} + env: ${{ steps.deployment.outputs.env }}