Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnSeoo authored Jun 14, 2024
1 parent 4f98ee9 commit 9c8e944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Almaeng-i-CD
name: almaengi-cd

on:
push:
Expand Down Expand Up @@ -48,10 +48,10 @@ jobs:
uses: cloudtype-github-actions/deploy@v1
with:
token: ${{ secrets.CLOUDTYPE_TOKEN }}
project: almaeng-i
project: ${{ secrets.CLOUDTYPE_PROJECT_NAME }}
stage: main
yaml: >
name: almaeng-i
name: ${{ secrets.CLOUDTYPE_PROJECT_NAME }}
app: [email protected]
options:
ports: 8000
Expand Down

0 comments on commit 9c8e944

Please sign in to comment.