Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fetch-files command to deployer #1603

Merged
merged 1 commit into from
Jan 10, 2023
Merged

Conversation

amarthadan
Copy link
Contributor

Close #1405

@amarthadan amarthadan requested a review from a team January 8, 2023 22:07
@amarthadan amarthadan self-assigned this Jan 8, 2023
name: 'airnode-123456789',
region: 'us-east-1',
};
const configPath = path.join(__dirname, '..', '..', 'test', 'fixtures', 'config.aws.valid.json');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: You can just do path.join(__dirname, '../../test/fixtures/config.aws.valid.json')

Copy link
Contributor

@Siegrift Siegrift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@amarthadan amarthadan merged commit e744b4e into master Jan 10, 2023
@amarthadan amarthadan deleted the deployer-fetch-files branch January 10, 2023 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow users to fetch deployment files from the cloud provider
2 participants