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 b70ded1 commit c2a95b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,13 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
run: |
echo "token=aws ecr get-login-password">> $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 "token=aws ecr get-login-password">> $GITHUB_ENV
- name: SCP docker compose and lavalink config to server
uses: appleboy/[email protected]
Expand Down

0 comments on commit c2a95b8

Please sign in to comment.