Skip to content

Merge pull request #183 from venturars/181-prototype #12

Merge pull request #183 from venturars/181-prototype

Merge pull request #183 from venturars/181-prototype #12

name: Deploy Pixel-Art Ventu
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/ventura-rodriguez/pixel-art ${{ secrets.DOMAIN_SURGE }} --token ${{ secrets.TOKEN_SURGE }}
if: github.repository != 'b00tc4mp/isdi-parttime-202406' && github.actor == 'venturars'