Skip to content

Commit

Permalink
feat: add deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldocosta committed Mar 28, 2024
1 parent 08d5fc2 commit 703f96b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
deploy:
permissions:
id-token: write
contents: read
uses: gentrop-cloud/actions_workflows/.github/workflows/deploy.yaml@main
with:
identity_pool: 'projects/195139564832/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
Expand Down
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createServer } from 'node:http'

console.log('hello world')
const unused = 'It will generate an PR annotation'
const host = 'localhost'
const port = 8080
Expand Down

0 comments on commit 703f96b

Please sign in to comment.