Skip to content

log the token

log the token #9

Workflow file for this run

name: Build and deploy the application to Koyeb
on:
push:
branches:
- 'main'
jobs:
deploy:
concurrency:
group: "${{ github.ref_name }}"
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Install and configure the Koyeb CLI
uses: koyeb-community/install-koyeb-cli@v2
with:
api_token: "${{ secrets.KOYEB_API_KEY }}"
- name: Build and deploy the application
uses: koyeb/action-git-deploy@v1
with:
app-name: repo-guard
service-env: "PORT=8000"
service-ports: "8000:http"
service-routes: "/:8000"
skip-cache: true
service-regions: "was"
service-instance-type: free