Skip to content

Commit

Permalink
fixing merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
foundationer committed Jun 19, 2023
2 parents f25118c + bfa5ff5 commit 63bb887
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/okteto-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on: [push]

name: deploy

jobs:

devflow:
runs-on: ubuntu-latest
steps:
- uses: okteto/context@latest
with:
token: ${{ secrets.OKTETO_TOKEN }}

- name: "Deploy the preview environment"
uses: okteto/deploy-preview@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: dev-previews-ideal-octo-tribble-foundationer

0 comments on commit 63bb887

Please sign in to comment.