Skip to content

Commit

Permalink
fix pipeline saas
Browse files Browse the repository at this point in the history
  • Loading branch information
djengua committed Dec 19, 2023
1 parent 7c33034 commit 3d09717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
fetch-depth: 0
- name: Deploy App
id: deploy
uses: google-github-actions/deploy-appengin@main
uses: google-github-actions/deploy-appengine@main
with:
creedentials: ${{ secrets.gcp_credentials }}
creedentials: ${{ secrets.gcp_credentials_2 }}
- id: test
run: curl "${{ steps.deploy.outputs.url }}/hello"

0 comments on commit 3d09717

Please sign in to comment.