Skip to content

test

test #2

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy:
uses: Gachon-Univ-Creative-Code-Innovation/infra-configs/.github/workflows/java-deploy.yml@main
with:
service: user-service
tag: ${{ github.sha }} # 마지막 커밋 해쉬
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}