Skip to content

Commit

Permalink
chore(workflow): replace github action for deployment on PR preview (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucmus authored May 18, 2020
1 parent 244ee69 commit fca8fbd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-preview-storefrontcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ jobs:
initial_status: in_progress
- name: Deploy on Storefrontcloud.io
id: deploy
uses: mkucmus/storefrontcloud-preview-deploy@master
uses: StorefrontCloud/storefrontcloud-preview-deploy@master
with:
token: "${{ github.token }}"
namespace: "${{env.INSTANCE_CODE}}"
username: "${{ secrets.DOCKER_USERNAME }}"
password: "${{ secrets.DOCKER_PASSWORD }}"
- name: Comment PR
if: success()
uses: mkucmus/storefrontcloud-comment-pr-preview-deploy@master
Expand All @@ -65,7 +67,7 @@ jobs:
uses: chrnorm/deployment-status@releases/v1
with:
token: "${{ github.token }}"
target_url: ${{ steps.deploy.outputs.preview_url }}
target-url: ${{ steps.deploy.outputs.preview_url }}
state: "success"
description: Congratulations! The deploy is done.
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
Expand Down

1 comment on commit fca8fbd

@vercel
Copy link

@vercel vercel bot commented on fca8fbd May 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.