Skip to content

Commit

Permalink
Update deploy_api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebiboga committed Jul 6, 2024
1 parent 34f68ca commit 1bb9c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: |
SERVER_ID="${{ secrets.SERVER_ID }}"
CHANNEL_ID="${{ secrets.CHANNEL_ID }}"
sed -i "s/{{SERVER_ID}}/$SERVER_ID/g" v0/humans-txt/engine/index.php
sed -i "s/{{CHANNEL_ID}}/$CHANNEL_ID/g" v0/humans-txt/engine/index.php
sed -i "s/{{SERVER_ID}}/$SERVER_ID/g" humans-txt/engine/index.php
sed -i "s/{{CHANNEL_ID}}/$CHANNEL_ID/g" humans-txt/engine/index.php
- name: Fast FTP
uses: anvil-solutions/[email protected]
Expand Down

0 comments on commit 1bb9c4b

Please sign in to comment.