Skip to content

Commit

Permalink
💚 ci: fix CD develop deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loveysuby committed Jul 17, 2024
1 parent 4301e2d commit 4538cb2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: cloudtype-github-actions/connect@v1
with:
token: ${{ secrets.CLOUDTYPE_TOKEN }}
ghtoken: ${{ secrets.GHP_TOKEN }}
- name: Deploy
uses: cloudtype-github-actions/deploy@v1
with:
Expand All @@ -24,6 +25,7 @@ jobs:
app: java@17
options:
ports: 8080
env: []
buildenv: []
context:
git:
Expand Down

0 comments on commit 4538cb2

Please sign in to comment.