Skip to content

Update ci pipeline (#376) #38

Update ci pipeline (#376)

Update ci pipeline (#376) #38

Workflow file for this run

# Deprecated: This file is deprecated since Okteto doesn't provide a free tier anymore.
# Linter work
name: CD
# Controls when the workflow will run
on:
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
deploy:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
# - name: context
# uses: okteto/context@latest
# with:
# token: ${{ secrets.OKTETO_TOKEN }}
# - name: Trigger Pipeline
# uses: okteto/pipeline@latest
# with:
# name: my-personal-portfolio
# timeout: 8m