Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
k4mien committed Jan 26, 2024
1 parent 33d09c8 commit be0e9a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ jobs:
run: |
docker build --target prod --tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_ENV
- name: Create .env files with secrets
run: |
echo "${{ secrets.ENV_FILE_LAVALINK }}">> application.env
echo "${{ secrets.ENV_FILE_BOT }}">> bot.env
echo "IMAGE=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG">> .env
echo "IMAGE=${{ env.image }}">> .env
- name: SCP docker compose and lavalink config to server
uses: appleboy/[email protected]
Expand Down

0 comments on commit be0e9a7

Please sign in to comment.