Skip to content

Commit

Permalink
Test commit 13
Browse files Browse the repository at this point in the history
  • Loading branch information
phapsidesGT committed Sep 3, 2024
1 parent dcfb840 commit bd14626
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# .github/workflows/deploy-shopify-theme.yml

name: Deploy Shopify Theme

on:
Expand All @@ -16,9 +14,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Shopify CLI
- name: Install Shopify CLI Dependencies
run: |
sudo apt-get update
sudo apt-get install -y ruby-full ruby-bundler ruby-dev
- name: Install Shopify CLI
run: |
curl -s https://shopify.dev/tools/cli/install.sh | sh
gem install shopify-cli
shopify version
- name: Deploy to Shopify
Expand Down

0 comments on commit bd14626

Please sign in to comment.