Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sirmmo committed Jun 23, 2024
2 parents a08942b + 6768103 commit 84b056c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This workflow runs whenever an already published package gets updated,
# which would happen after the respective image has been built and
# pushed to the registry

name: Deployment to staging environment

on:

registry_package:
types:
- published
- updated

concurrency: staging

jobs:
initiate-deployment:
runs-on: ubuntu-22.04
environment: staging
steps:
- name: Invoke deployment hook
uses: distributhor/workflow-webhook@v3
with:
webhook_url: ${{ secrets.STAGING_WEBHOOK_URL }}
webhook_secret: ${{ secrets.STAGING_WEBHOOK_SECRET }}
webhook_type: json
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Piattaforma Proiezioni Climatiche per il Nord-Est

This is the frontend component of the ARPAV-PPCV system.

#### Climate Projections Platform for North-Eastern Italy

[![Piattaforma Proiezioni Climatiche per il Nord-Est](https://github.com/inkode-it/Arpav-PPCV/raw/main/public/img/screenshot.png)](https://clima.arpa.veneto.it/)
Expand Down

0 comments on commit 84b056c

Please sign in to comment.