Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Update deploy-vue-storefront-cloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpdotone authored May 18, 2022
1 parent fb3857b commit 453a911
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-vue-storefront-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: shhh1
shell: bash
run: echo "BASE_URL ${{ secrets.BASE_URL }}" | rev
- name: Checkout code
uses: actions/checkout@v1
- name: Setup node
Expand Down Expand Up @@ -102,4 +105,4 @@ jobs:
target_url: https://demo-shopify.europe-west1.gcp.storefrontcloud.io
description: Unfortunately, the instance hasn't been updated.
state: failure
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
deployment_id: ${{ steps.deployment.outputs.deployment_id }}

0 comments on commit 453a911

Please sign in to comment.