Skip to content

Commit

Permalink
chore: update ironbank GH action to copy ip-to-server-id script (#9594)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbumblis-parabol committed Apr 4, 2024
1 parent 96f29b5 commit 89aeea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ironbank.yml
Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
docker cp temp-container:/home/node/parabol/dist ./dist
docker cp temp-container:/home/node/parabol/build ./build
docker cp temp-container:/home/node/tools/ip-to-server_id ./tools/ip-to-server_id
- name: Zip the files
run: zip -r ${{ github.event.inputs.version_number }}.zip dist build
Expand Down

0 comments on commit 89aeea3

Please sign in to comment.