Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/depromeet/15th-team3-FE int…
Browse files Browse the repository at this point in the history
…o fix/deploy-workflow-3
  • Loading branch information
Andrevile committed Jul 6, 2024
2 parents b43c5f4 + 600517e commit d56746a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ on:
ACCESS_TOKEN:
required: true

env:
DEVELOP_REPOSITORY: deploy-sambad-develop
PRODUCTION_REPOSITORY: deploy-sambad
secrets:
ACCESS_TOKEN:
required: true

env:
DEVELOP_REPOSITORY: deploy-sambad-develop
PRODUCTION_REPOSITORY: deploy-sambad
Expand All @@ -33,6 +40,9 @@ jobs:
needs: variable
runs-on: ubuntu-latest
container: pandoc/latex
outputs:
destination-repository: ${{needs.variable.outputs.destination-repository}}
target-branch: ${{steps.deploy-information.outputs.target-branch}}
outputs:
destination-repository: ${{needs.variable.outputs.destination-repository}}
target-branch: ${{steps.deploy-information.outputs.target-branch}}
Expand Down

0 comments on commit d56746a

Please sign in to comment.