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 Mar 1, 2024
1 parent 5203447 commit 4c0ee8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/fulltime-ecommerce-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,16 @@ jobs:
SITE_URL: ${{ inputs.site-url }}
run: |
npm ci
next build && next export
npm run build
next export
# 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: a7a81869-6f93-48f7-b3c0-bf879f9844d5
project-id: d2b67b52-3cb0-4fd7-a75d-3eb2d89c03e2
branch-id: ${{ inputs.branch-id }}
version: ${{ github.sha }}
folder: ${{ env.DEPLOYMENT_FOLDER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fulltime-ecommerce-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: a7a81869-6f93-48f7-b3c0-bf879f9844d5
project-id: d2b67b52-3cb0-4fd7-a75d-3eb2d89c03e2
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: a7a81869-6f93-48f7-b3c0-bf879f9844d5
project-id: d2b67b52-3cb0-4fd7-a75d-3eb2d89c03e2
branch-id: ${{ needs.retrieve-project.outputs.branch-id }}
action: dispatch-deployments

0 comments on commit 4c0ee8a

Please sign in to comment.