Skip to content

Merge pull request #146 from CarlosLemonCode/141-array-standalone #4

Merge pull request #146 from CarlosLemonCode/141-array-standalone

Merge pull request #146 from CarlosLemonCode/141-array-standalone #4

name: Deploy Website
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: 20
- run: npm install -g surge
- run: surge ./staff/ventura-rodriguez/pixel-art ${{ secrets.DOMAIN_SURGE }} --token ${{ secrets.TOKEN_SURGE }}