Skip to content

build : deploy-main.yml 수정 #5

build : deploy-main.yml 수정

build : deploy-main.yml 수정 #5

Workflow file for this run

name: Deploy to cloudtype
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Connect deploy key
uses: cloudtype-github-actions/connect@v1
with:
token: ${{ secrets.CLOUDTYPE_TOKEN }}
ghtoken: ${{ secrets.GHP_TOKEN }}
- name: Deploy
uses: cloudtype-github-actions/deploy@v1
with:

Check failure on line 19 in .github/workflows/deploy-main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-main.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
token: ${{ secrets.CLOUDTYPE_TOKEN }}
project: sooieese/project-team-web-be11
stage: main
yaml: |
name: pocket4cut
app: node@20
options:
ports: "3000"
install: npm install
start: npm start
env:
- name: KAKAO_ID
secret: kakaosecret
- name: COOKIE_SECRET
secret: cookiesecret
- name: PORT
value: "3000"
- name: JWT_SECRET
secret: jwtsecret
buildenv: []
context:
git:
url: [email protected]:${{ github.repository }}.git
ref: ${{ github.ref }}