mirror of
https://github.com/averel10/crypto_clash.git
synced 2026-03-12 19:08:11 +01:00
feat: add step to upload config.json as artifact in deployment workflow
This commit is contained in:
6
.github/workflows/deploy_backend.yml
vendored
6
.github/workflows/deploy_backend.yml
vendored
@@ -34,6 +34,12 @@ jobs:
|
||||
API_URL: ${{ vars.API_URL }}
|
||||
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
|
||||
|
||||
- name: Push config.json to artifact
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: contract-config
|
||||
path: config.json
|
||||
|
||||
- name: Commit deployed contract address
|
||||
run: |
|
||||
git config --global user.name "github-actions[bot]"
|
||||
|
||||
Reference in New Issue
Block a user