Skip to content

Commit

Permalink
update ports
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 11, 2022
1 parent a662434 commit 4877a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
env:
SSH_USERNAME: lucee
SSH_PASSWORD: lucee
DEBUG: true
LOG_LEVEL: debug
ports:
- 2022:22 # sftp
ftp:
Expand Down
2 changes: 1 addition & 1 deletion test/_setupTestServices.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ component {
"SFTP_SERVER"="localhost",
"SFTP_USERNAME": "lucee",
"SFTP_PASSWORD": "", // DON'T COMMIT
"SFTP_PORT": 990,
"SFTP_PORT": 22,
"SFTP_BASE_PATH": "/",

"S3_ACCESS_KEY_ID": "",
Expand Down

0 comments on commit 4877a70

Please sign in to comment.