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 17, 2024
1 parent bff7f12 commit f9399c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 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: dist/
DEPLOYMENT_FOLDER: dist

jobs:
# Please do not rename this job
Expand All @@ -36,15 +36,17 @@ jobs:
env:
CI: true
SITE_URL: ${{ inputs.site-url }}
run: npm ci
run: |
npm ci
npm run build
# Please do not touch the following action
- name: Store deployment content
uses: ionos-deploy-now/artifact-action@v1
with:
api-key: ${{ secrets.IONOS_API_KEY }}
service-host: api-eu.ionos.space
project-id: 5b0fc9aa-c07a-4d8c-a9e0-51c27e10a039
project-id: b4a00a11-4c08-44a7-8961-4cdeebb6ef2c
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: 5b0fc9aa-c07a-4d8c-a9e0-51c27e10a039
project-id: b4a00a11-4c08-44a7-8961-4cdeebb6ef2c
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: 5b0fc9aa-c07a-4d8c-a9e0-51c27e10a039
project-id: b4a00a11-4c08-44a7-8961-4cdeebb6ef2c
branch-id: ${{ needs.retrieve-project.outputs.branch-id }}
action: dispatch-deployments

0 comments on commit f9399c0

Please sign in to comment.