Skip to content

Commit

Permalink
Add IONOS Deploy Now workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ionos-deploy-now[bot] authored Sep 16, 2024
1 parent a6a8fd0 commit dff96b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rsv-dossier-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string

env:
DEPLOYMENT_FOLDER: public
DEPLOYMENT_FOLDER: dist

jobs:
# Please do not rename this job
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
with:
api-key: ${{ secrets.IONOS_API_KEY }}
service-host: api-eu.ionos.space
project-id: b72d4c0e-b095-4db2-b492-3628d7c8c69a
project-id: 3150f0b6-98bb-4ddc-867b-a30af1e0bd00
branch-id: ${{ inputs.branch-id }}
version: ${{ github.sha }}
folder: ${{ env.DEPLOYMENT_FOLDER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rsv-dossier-orchestration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
api-key: ${{ secrets.IONOS_API_KEY }}
service-host: api-eu.ionos.space
project-id: b72d4c0e-b095-4db2-b492-3628d7c8c69a
project-id: 3150f0b6-98bb-4ddc-867b-a30af1e0bd00
action: retrieve-info


Expand All @@ -50,6 +50,6 @@ jobs:
with:
api-key: ${{ secrets.IONOS_API_KEY }}
service-host: api-eu.ionos.space
project-id: b72d4c0e-b095-4db2-b492-3628d7c8c69a
project-id: 3150f0b6-98bb-4ddc-867b-a30af1e0bd00
branch-id: ${{ needs.retrieve-project.outputs.branch-id }}
action: dispatch-deployments

0 comments on commit dff96b4

Please sign in to comment.