Update from Shopify for theme Theme 1.0.0 #27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Theme deploy | |
| on: [push] | |
| jobs: | |
| deploy: | |
| name: Deploy | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - uses: actions/setup-node@v3 | |
| with: | |
| node-version: 18 | |
| - uses: ruby/setup-ruby@v1 | |
| with: | |
| ruby-version: 3.1 | |
| bundler: 'latest' | |
| - name: Install Shopify CLI | |
| run: npm install -g @shopify/cli @shopify/theme | |
| - name: Deploy | |
| run: shopify theme push --store nilay-dev.myshopify.com --password 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 --theme 152370676023 |