diff --git a/.github/workflows/start.yml b/.github/workflows/start.yml index 65ed53d..16b59fe 100644 --- a/.github/workflows/start.yml +++ b/.github/workflows/start.yml @@ -16,4 +16,4 @@ jobs: runs-on: [self-hosted, linux, x64, "${{ github.event.inputs.start_env }}"] steps: - name: ${{ github.event.inputs.start_env }} app start - run: ENV=${{ secrets.ENV }} PORT=${{ secrets.PORT }} STATUS_SERVER_IP=${{ secrets.STATUS_SERVER_IP }} FF_URL=${{ secrets.FF_URL }} FF_PASWD=${{ secrets.FF_PASWD }} pm2 start npm --name "BLOG" -- start --log-date-format 'DD-MM-YYYY HH:mm:ss' \ No newline at end of file + run: ENV=${{ secrets.ENV }} PORT=${{ secrets.PORT }} STATUS_SERVER_IP=${{ secrets.STATUS_SERVER_IP }} FF_URL=${{ secrets.FF_URL }} FF_PASSWD=${{ secrets.FF_PASWD }} pm2 start npm --name "BLOG" -- start --log-date-format 'DD-MM-YYYY HH:mm:ss' \ No newline at end of file