From 4538cb25d46f79966012b625483eb7efa7fd8002 Mon Sep 17 00:00:00 2001 From: Hyoseop Song Date: Wed, 17 Jul 2024 21:51:24 +0900 Subject: [PATCH] :green_heart: ci: fix CD develop deploy.yml --- .github/workflows/{deploy-develop.yml => deploy.yml} | 2 ++ 1 file changed, 2 insertions(+) rename .github/workflows/{deploy-develop.yml => deploy.yml} (92%) diff --git a/.github/workflows/deploy-develop.yml b/.github/workflows/deploy.yml similarity index 92% rename from .github/workflows/deploy-develop.yml rename to .github/workflows/deploy.yml index ec7c506..5185c8f 100644 --- a/.github/workflows/deploy-develop.yml +++ b/.github/workflows/deploy.yml @@ -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: @@ -24,6 +25,7 @@ jobs: app: java@17 options: ports: 8080 + env: [] buildenv: [] context: git: