Skip to content

Merge pull request #245 from rucev/244-fix-pixel-art-workflows #5

Merge pull request #245 from rucev/244-fix-pixel-art-workflows

Merge pull request #245 from rucev/244-fix-pixel-art-workflows #5

name: Deploy Pixel-Art Carlos Limón
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Deploying to surge
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
- name: Deploy to Surge
run: |
npm install -g surge
surge ./staff/carlos-fernandez/pixel-art ${{ secrets.SURGE_DOMAIN }} --token ${{ secrets.SURGE_TOKEN }}
if: github.actor == 'CarlosLemonCode'