Skip to content

Commit

Permalink
this will the last
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisCusihuaman committed Sep 17, 2023
1 parent 8806d3b commit 3d8527e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
pytest:
runs-on: ubuntu-latest
services:

identity_socializer-db:
image: postgres:13.8-bullseye
env:
Expand Down Expand Up @@ -77,12 +76,17 @@ jobs:
env:
IDENTITY_SOCIALIZER_HOST: "0.0.0.0"
IDENTITY_SOCIALIZER_DB_HOST: localhost
okteto-deploy:
devflow:
runs-on: ubuntu-latest
container:
image: okteto/okteto:latest
volumes:
- "${{ github.workspace }}:/__w/identity_socializer/identity_socializer"
steps:
- run: pwd && ls -l && okteto context use --token=${{ secrets.OKTETO_TOKEN }}
- run: okteto deploy -f okteto.yml
- name: checkout
uses: actions/checkout@master

- uses: okteto/context@latest
with:
token: ${{ secrets.OKTETO_TOKEN }}

- name: "Create deployment"
uses: luiscusihuaman/okteto-deploy@main
with:
manifest: okteto.yaml

0 comments on commit 3d8527e

Please sign in to comment.