Skip to content

📦 NEW: announce product of the month #27

📦 NEW: announce product of the month

📦 NEW: announce product of the month #27

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Deploy to server
run: |
cd ~/code/ai-roadmap-generator
./deploy.sh