Skip to content

switch to dalle3

switch to dalle3 #220

Workflow file for this run

name: CI
on: [push]
jobs:
deploy:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Deploy to production
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SERVER_IP }}
port: ${{ secrets.PORT }}
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
script: export NVM_DIR=~/.nvm && source ~/.nvm/nvm.sh && cd spedebot && git pull && npm ci && pm2 restart spedebot