Skip to content

Merge pull request #58 from iam-abin/dev #11

Merge pull request #58 from iam-abin/dev

Merge pull request #58 from iam-abin/dev #11

name: deploy-manifests

Check failure on line 1 in .github/workflows/deploy-manifest.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-manifest.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
push:
branches:
- master
paths:
- 'k8s/**'
jobs:
build:
runs-on: ubuntu-latest
# # Commenting out Digital Ocean specific steps since we're not deploying there now
# steps:
# - uses: actions/checkout@v3
# - uses: digitalocean/action-doctl@v2
# with:
# token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
# - run: doctl kubernetes cluster kubeconfig save devhive-hosted-clusterr
# - run: kubectl apply -f k8s/stateless && kubectl apply -f k8s/ingress/prod