mirror of
https://github.com/averel10/crypto_clash.git
synced 2026-03-12 10:58:11 +01:00
fix: update step names for clarity in deployment workflow
This commit is contained in:
4
.github/workflows/deploy_backend.yml
vendored
4
.github/workflows/deploy_backend.yml
vendored
@@ -27,14 +27,14 @@ jobs:
|
|||||||
cache: npm
|
cache: npm
|
||||||
cache-dependency-path: crypto_clash_contract/package-lock.json
|
cache-dependency-path: crypto_clash_contract/package-lock.json
|
||||||
|
|
||||||
- name: Install dependencies and compile contract
|
- name: Install dependencies and compile/deploy contract
|
||||||
run: npm ci && npm run compile && npm run deploy
|
run: npm ci && npm run compile && npm run deploy
|
||||||
working-directory: crypto_clash_contract
|
working-directory: crypto_clash_contract
|
||||||
env:
|
env:
|
||||||
API_URL: ${{ vars.API_URL }}
|
API_URL: ${{ vars.API_URL }}
|
||||||
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
|
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Push config.json to artifact
|
- name: Push config.json to artifacts
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: contract-config
|
name: contract-config
|
||||||
|
|||||||
Reference in New Issue
Block a user