Skip to content

Commit

Permalink
Remove staging thumbnails deployment (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Dec 12, 2023
1 parent 7131b35 commit b1ab6ba
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1025,22 +1025,6 @@ jobs:
wait_time: 60 # check every minute
max_time: 1800 # allow up to 30 minutes for a deployment

- name: Deploy staging thumbnails
uses: felixp8/[email protected]
with:
owner: WordPress
repo: openverse-infrastructure
token: ${{ secrets.ACCESS_TOKEN }}
event_type: deploy_staging_api_thumbnails
client_payload: |
{
"actor": "${{ github.actor }}",
"tag": "${{ needs.get-image-tag.outputs.image_tag }}",
"run_name": "${{ steps.commit.outputs.commit_message }}"
}
wait_time: 60 # check every minute
max_time: 1800 # allow up to 30 minutes for a deployment

################
# Notification #
################
Expand Down

0 comments on commit b1ab6ba

Please sign in to comment.