Skip to content

Update active nodes #14

Update active nodes

Update active nodes #14

Workflow file for this run

name: publish
on:
push:
branches:
- "main"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm install
- run: npm run deploy
env:
KEY: ${{ secrets.KEYY }}
- uses: Ilshidur/action-discord@master
name: Discord Notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
with:
args: "The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed."