Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(workflow): gh action - deploy stable version (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick authored May 12, 2020
1 parent 5a24df8 commit c6cc7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-storefrontcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

env:
RELEASE_URL: https://shopware-pwa.storefrontcloud.io
INSTANCE_CODE: shopware-pwa
Expand All @@ -20,7 +21,7 @@ jobs:
run: |
mkdir test-project
cd ./test-project
npx @shopware-pwa/cli init --u ${{ secrets.SHOPWARE_ADMIN_USER }} --p ${{ secrets.SHOPWARE_ADMIN_PASSWORD }} --ci --devMode
npx @shopware-pwa/cli@latest init --u ${{ secrets.SHOPWARE_ADMIN_USER }} --p ${{ secrets.SHOPWARE_ADMIN_PASSWORD }} --ci --devMode
yarn build
- name: Build and publish docker image
uses: elgohr/Publish-Docker-Github-Action@master
Expand Down

1 comment on commit c6cc7aa

@vercel
Copy link

@vercel vercel bot commented on c6cc7aa May 12, 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.