mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:05:15 +03:00
Update github actions versions
This commit is contained in:
parent
fcac48f62d
commit
68268636d8
7
.github/workflows/cd.yml
vendored
7
.github/workflows/cd.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue