Skip to content

Commit

Permalink
Fix: Put the test config file in the home directory
Browse files Browse the repository at this point in the history
The confile file needs to be placed in either the home directory or
/etc/emailformgateway. Correct the scp so that the config file is placed
in the home directory and not under the emailformgateway as was the case.
  • Loading branch information
owenwaller committed Mar 22, 2024
1 parent 6bf2752 commit 9ed5540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/emailformgateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:

- name: Copy files to server
run: |
scp ./emailformgateway ./test_envs.sh ./emailer.test ./server.test ./*.template ./gophercoders-config.toml $TEST_CONFIG_FILE.toml gophercoders.com:emailformgateway
scp ./emailformgateway ./test_envs.sh ./emailer.test ./server.test ./*.template $TEST_CONFIG_FILE.toml gophercoders.com:emailformgateway
scp ./gophercoders-config.toml $TEST_CONFIG_FILE.toml gophercoders.com:
env:
TEST_CONFIG_FILE: ${{ secrets.TEST_CONFIG_FILE }}

Expand Down

0 comments on commit 9ed5540

Please sign in to comment.